#024E3B

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

Shades of Deep Teal #024E3B

Tints of Deep Teal #024E3B

Color information

#024E3B (or 0x024E3B) is unknown color: approx Deep Teal. HEX triplet: 02, 4E and 3B. RGB value is (2,78,59). Sum of RGB (Red+Green+Blue) = 2+78+59=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #024E3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E3B is #FDB1C4. Grayscale: #353535. Windows color (decimal): -16626117 or 3886594. OLE color: 3886594.

HSL color Cylindrical-coordinate representation of color #024E3B: hue angle of 165º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E3B is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB27859-
CMYK0.9700.240.69
HSL165º95%15.69%-
HSV(B)165º97.44%30.59%-
XYZ3.545.785.07-
YUV53.11131.3291.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 78 (30.86% from 255) = 56.12%
BLUE value IS 59 (23.44% from 255) = 42.45%
R=1.44%
G=56.12%
B=42.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278590.9700.240.691659515.69
Hex24E3B6101845a55f10
Octal21167314103010524513720
Binary1010011101110111100001011000100010110100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024E3B; }

 p { color: rgb(2,78,59); }

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

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

 a { background-color: rgb(2,78,59); }

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

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

 span { border-color: rgb(2,78,59); }

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