#0F867D

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

Shades of Teal #0F867D

Tints of Teal #0F867D

Color information

#0F867D (or 0x0F867D) is unknown color: approx Teal. HEX triplet: 0F, 86 and 7D. RGB value is (15,134,125). Sum of RGB (Red+Green+Blue) = 15+134+125=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #0F867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F867D is #F07982. Grayscale: #616161. Windows color (decimal): -15759747 or 8226319. OLE color: 8226319.

HSL color Cylindrical-coordinate representation of color #0F867D: hue angle of 175.46º 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 #0F867D is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB15134125-
CMYK0.8900.070.47
HSL175.46º79.87%29.22%-
HSV(B)175.46º88.81%52.55%-
XYZ12.4218.6322.34-
YUV97.39143.5869.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.47%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 125 (49.22% from 255) = 45.62%
R=5.47%
G=48.91%
B=45.62%

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
Decimal151341250.8900.070.47175.4679.8729.22
HexF867D59072Faf501d
Octal17206175131075725712035
Binary11111000011011111011011001011110111110101111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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