#0F7A8E

Color #0F7A8E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #0F7A8E

Tints of Teal #0F7A8E

Color information

#0F7A8E (or 0x0F7A8E) is unknown color: approx Teal. HEX triplet: 0F, 7A and 8E. RGB value is (15,122,142). Sum of RGB (Red+Green+Blue) = 15+122+142=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F7A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7A8E is #F08571. Grayscale: #5C5C5C. Windows color (decimal): -15762802 or 9337359. OLE color: 9337359.

HSL color Cylindrical-coordinate representation of color #0F7A8E: hue angle of 189.45º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7A8E is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB15122142-
CMYK0.890.1400.44
HSL189.45º80.89%30.78%-
HSV(B)189.45º89.44%55.69%-
XYZ12.0415.9728.04-
YUV92.29156.0572.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=5.38%
G=43.73%
B=50.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal151221420.890.1400.44189.4580.8930.78
HexF7A8E59E02Cbd511f
Octal171722161311605427512137
Binary111111110101000111010110011110010110010111101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F7A8E; }

 p { color: rgb(15,122,142); }

 H1.HeaderClassName
 {
   color: #0F7A8E;
 }
 .AnyTagClassName
 {
   color: #0F7A8E;
 }
</style>
background-color css

<style>
 a { background-color: #0F7A8E; }

 a { background-color: rgb(15,122,142); }

 div.DivClassName
 {
   background-color: #0F7A8E;
 }
 .BgClassName
 {
   background-color: #0F7A8E;
 }
</style>
border-color css

<style>
 span { border-color: #0F7A8E; }

 span { border-color: rgb(15,122,142); }

 td.TdClassName
 {
   border-color: #0F7A8E;
 }
 .TagClassName
 {
   border-color: #0F7A8E;
 }
</style>