#0D867E

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

Shades of Teal #0D867E

Tints of Teal #0D867E

Color information

#0D867E (or 0x0D867E) is unknown color: approx Teal. HEX triplet: 0D, 86 and 7E. RGB value is (13,134,126). Sum of RGB (Red+Green+Blue) = 13+134+126=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #0D867E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D867E is #F27981. Grayscale: #606060. Windows color (decimal): -15890818 or 8291853. OLE color: 8291853.

HSL color Cylindrical-coordinate representation of color #0D867E: hue angle of 176.03º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D867E is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13134126-
CMYK0.9000.060.47
HSL176.03º82.31%28.82%-
HSV(B)176.03º90.3%52.55%-
XYZ12.4618.6422.68-
YUV96.91144.4168.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.76%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=4.76%
G=49.08%
B=46.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131341260.9000.060.47176.0382.3128.82
HexD867E5A062Fb0521d
Octal15206176132065726012235
Binary11011000011011111101011010011010111110110000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,134,126); }

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

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

 a { background-color: rgb(13,134,126); }

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

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

 span { border-color: rgb(13,134,126); }

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