#024739

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

Shades of Deep Teal #024739

Tints of Deep Teal #024739

Color information

#024739 (or 0x024739) is unknown color: approx Deep Teal. HEX triplet: 02, 47 and 39. RGB value is (2,71,57). Sum of RGB (Red+Green+Blue) = 2+71+57=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #024739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024739 is #FDB8C6. Grayscale: #303030. Windows color (decimal): -16627911 or 3753730. OLE color: 3753730.

HSL color Cylindrical-coordinate representation of color #024739: hue angle of 167.83º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024739 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB27157-
CMYK0.9700.200.72
HSL167.83º94.52%14.31%-
HSV(B)167.83º97.18%27.84%-
XYZ3.024.814.64-
YUV48.77132.6494.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=1.54%
G=54.62%
B=43.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271570.9700.200.72167.8394.5214.31
Hex247396101448a85fe
Octal21077114102411025013716
Binary101000111111001110000101010010010001010100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024739; }

 p { color: rgb(2,71,57); }

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

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

 a { background-color: rgb(2,71,57); }

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

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

 span { border-color: rgb(2,71,57); }

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