#004C39

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

Shades of Deep Teal #004C39

Tints of Deep Teal #004C39

Color information

#004C39 (or 0x004C39) is unknown color: approx Deep Teal. HEX triplet: 00, 4C and 39. RGB value is (0,76,57). Sum of RGB (Red+Green+Blue) = 0+76+57=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #004C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C39 is #FFB3C6. Grayscale: #333333. Windows color (decimal): -16757703 or 3755008. OLE color: 3755008.

HSL color Cylindrical-coordinate representation of color #004C39: hue angle of 165º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C39 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB07657-
CMYK100.250.70
HSL165º100%14.9%-
HSV(B)165º100%29.8%-
XYZ3.325.464.75-
YUV51.11131.3291.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 57.14%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07657100.250.7016510014.9
Hex04C396401946a564f
Octal01147114403110624514417
Binary01001100111001110010001100110001101010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004C39; }

 p { color: rgb(0,76,57); }

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

<style>
 a { background-color: #004C39; }

 a { background-color: rgb(0,76,57); }

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

<style>
 span { border-color: #004C39; }

 span { border-color: rgb(0,76,57); }

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