#0F867C

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

Shades of Teal #0F867C

Tints of Teal #0F867C

Color information

#0F867C (or 0x0F867C) is unknown color: approx Teal. HEX triplet: 0F, 86 and 7C. RGB value is (15,134,124). Sum of RGB (Red+Green+Blue) = 15+134+124=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #0F867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F867C is #F07983. Grayscale: #616161. Windows color (decimal): -15759748 or 8160783. OLE color: 8160783.

HSL color Cylindrical-coordinate representation of color #0F867C: hue angle of 174.96º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F867C is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB15134124-
CMYK0.8900.070.47
HSL174.96º79.87%29.22%-
HSV(B)174.96º88.81%52.55%-
XYZ12.3618.6122.01-
YUV97.28143.0869.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=5.49%
G=49.08%
B=45.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal151341240.8900.070.47174.9679.8729.22
HexF867C59072Faf501d
Octal17206174131075725712035
Binary11111000011011111001011001011110111110101111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,134,124); }

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

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

 a { background-color: rgb(15,134,124); }

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

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

 span { border-color: rgb(15,134,124); }

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