#024F3C

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

Shades of Deep Teal #024F3C

Tints of Deep Teal #024F3C

Color information

#024F3C (or 0x024F3C) is unknown color: approx Deep Teal. HEX triplet: 02, 4F and 3C. RGB value is (2,79,60). Sum of RGB (Red+Green+Blue) = 2+79+60=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #024F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F3C is #FDB0C3. Grayscale: #353535. Windows color (decimal): -16625860 or 3952386. OLE color: 3952386.

HSL color Cylindrical-coordinate representation of color #024F3C: hue angle of 165.19º 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 #024F3C is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB27960-
CMYK0.9700.240.69
HSL165.19º95.06%15.88%-
HSV(B)165.19º97.47%30.98%-
XYZ3.645.935.23-
YUV53.81131.4991.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=1.42%
G=56.03%
B=42.55%

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
Decimal279600.9700.240.69165.1995.0615.88
Hex24F3C6101845a55f10
Octal21177414103010524513720
Binary1010011111111001100001011000100010110100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,79,60); }

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

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

 a { background-color: rgb(2,79,60); }

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

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

 span { border-color: rgb(2,79,60); }

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