#0d4d40

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

Shades of Deep Teal #0D4D40

Tints of Deep Teal #0D4D40

Color information

#0D4D40 (or 0x0D4D40) is unknown color: approx Deep Teal. HEX triplet: 0D, 4D and 40. RGB value is (13,77,64). Sum of RGB (Red+Green+Blue) = 13+77+64=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D40 is #F2B2BF. Grayscale: #383838. Windows color (decimal): -15905472 or 4214029. OLE color: 4214029.

HSL color Cylindrical-coordinate representation of color #0D4D40: hue angle of 167.81º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4D40 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB137764-
CMYK0.8300.170.70
HSL167.81º71.11%17.65%-
HSV(B)167.81º83.12%30.2%-
XYZ3.755.765.77-
YUV56.38132.397.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.44%
GREEN value IS 77 (30.47% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=8.44%
G=50%
B=41.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1377640.8300.170.70167.8171.1117.65
HexD4D405301146a84712
Octal1511510012302110625010722
Binary1101100110110000001010011010001100011010101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d4d40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,77,64); }

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

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

 a { background-color: rgb(13,77,64); }

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

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

 span { border-color: rgb(13,77,64); }

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