#024135

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

Shades of Deep Teal #024135

Tints of Deep Teal #024135

Color information

#024135 (or 0x024135) is unknown color: approx Deep Teal. HEX triplet: 02, 41 and 35. RGB value is (2,65,53). Sum of RGB (Red+Green+Blue) = 2+65+53=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #024135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024135 is #FDBECA. Grayscale: #2C2C2C. Windows color (decimal): -16629451 or 3490050. OLE color: 3490050.

HSL color Cylindrical-coordinate representation of color #024135: hue angle of 168.57º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024135 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB26553-
CMYK0.9700.180.75
HSL168.57º94.03%13.14%-
HSV(B)168.57º96.92%25.49%-
XYZ2.564.054.02-
YUV44.8132.6397.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=1.67%
G=54.17%
B=44.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265530.9700.180.75168.5794.0313.14
Hex24135610124Ba95ed
Octal21016514102211325113615
Binary101000001110101110000101001010010111010100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024135; }

 p { color: rgb(2,65,53); }

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

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

 a { background-color: rgb(2,65,53); }

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

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

 span { border-color: rgb(2,65,53); }

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