#024B39

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

Shades of Deep Teal #024B39

Tints of Deep Teal #024B39

Color information

#024B39 (or 0x024B39) is unknown color: approx Deep Teal. HEX triplet: 02, 4B and 39. RGB value is (2,75,57). Sum of RGB (Red+Green+Blue) = 2+75+57=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #024B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B39 is #FDB4C6. Grayscale: #333333. Windows color (decimal): -16626887 or 3754754. OLE color: 3754754.

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

Color convert

RGB27557-
CMYK0.9700.240.71
HSL165.21º94.81%15.1%-
HSV(B)165.21º97.33%29.41%-
XYZ3.285.344.73-
YUV51.12131.3292.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 75 (29.69% from 255) = 55.97%
BLUE value IS 57 (22.66% from 255) = 42.54%
R=1.49%
G=55.97%
B=42.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275570.9700.240.71165.2194.8115.1
Hex24B396101847a55ff
Octal21137114103010724513717
Binary101001011111001110000101100010001111010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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