#0D8A80

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

Shades of Teal #0D8A80

Tints of Teal #0D8A80

Color information

#0D8A80 (or 0x0D8A80) is unknown color: approx Teal. HEX triplet: 0D, 8A and 80. RGB value is (13,138,128). Sum of RGB (Red+Green+Blue) = 13+138+128=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8A80 is #F2757F. Grayscale: #636363. Windows color (decimal): -15889792 or 8423949. OLE color: 8423949.

HSL color Cylindrical-coordinate representation of color #0D8A80: hue angle of 175.2º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8A80 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13138128-
CMYK0.9100.070.46
HSL175.2º82.78%29.61%-
HSV(B)175.2º90.58%54.12%-
XYZ13.1519.8223.55-
YUV99.48144.0966.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=4.66%
G=49.46%
B=45.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131381280.9100.070.46175.282.7829.61
HexD8A805B072Eaf531e
Octal15212200133075625712336
Binary110110001010100000001011011011110111010101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,138,128); }

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

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

 a { background-color: rgb(13,138,128); }

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

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

 span { border-color: rgb(13,138,128); }

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