#0D8781

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

Shades of Teal #0D8781

Tints of Teal #0D8781

Color information

#0D8781 (or 0x0D8781) is unknown color: approx Teal. HEX triplet: 0D, 87 and 81. RGB value is (13,135,129). Sum of RGB (Red+Green+Blue) = 13+135+129=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8781 is #F2787E. Grayscale: #616161. Windows color (decimal): -15890559 or 8488717. OLE color: 8488717.

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

Color convert

RGB13135129-
CMYK0.9000.040.47
HSL177.05º82.43%29.02%-
HSV(B)177.05º90.37%52.94%-
XYZ12.791923.76-
YUV97.84145.5867.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.69%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=4.69%
G=48.74%
B=46.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131351290.9000.040.47177.0582.4329.02
HexD87815A042Fb1521d
Octal15207201132045726112235
Binary110110000111100000011011010010010111110110001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,129); }

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

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

 a { background-color: rgb(13,135,129); }

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

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

 span { border-color: rgb(13,135,129); }

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