#0D4F3E

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

Shades of Deep Teal #0D4F3E

Tints of Deep Teal #0D4F3E

Color information

#0D4F3E (or 0x0D4F3E) is unknown color: approx Deep Teal. HEX triplet: 0D, 4F and 3E. RGB value is (13,79,62). Sum of RGB (Red+Green+Blue) = 13+79+62=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #0D4F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4F3E is #F2B0C1. Grayscale: #393939. Windows color (decimal): -15904962 or 4083469. OLE color: 4083469.

HSL color Cylindrical-coordinate representation of color #0D4F3E: hue angle of 164.55º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4F3E is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB137962-
CMYK0.8400.220.69
HSL164.55º71.74%18.04%-
HSV(B)164.55º83.54%30.98%-
XYZ3.836.035.52-
YUV57.33130.6396.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.44%
GREEN value IS 79 (31.25% from 255) = 51.30%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=8.44%
G=51.30%
B=40.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1379620.8400.220.69164.5571.7418.04
HexD4F3E5401645a54812
Octal151177612402610524511022
Binary110110011111111101010100010110100010110100101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,79,62); }

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

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

 a { background-color: rgb(13,79,62); }

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

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

 span { border-color: rgb(13,79,62); }

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