#21413C

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

Shades of Deep Teal #21413C

Tints of Deep Teal #21413C

Color information

#21413C (or 0x21413C) is unknown color: approx Deep Teal. HEX triplet: 21, 41 and 3C. RGB value is (33,65,60). Sum of RGB (Red+Green+Blue) = 33+65+60=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #21413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21413C is #DEBEC3. Grayscale: #363636. Windows color (decimal): -14597828 or 3948833. OLE color: 3948833.

HSL color Cylindrical-coordinate representation of color #21413C: hue angle of 170.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #21413C is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB336560-
CMYK0.4900.080.75
HSL170.62º32.65%19.22%-
HSV(B)170.62º49.23%25.49%-
XYZ3.334.434.95-
YUV54.86130.9112.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=20.89%
G=41.14%
B=37.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365600.4900.080.75170.6232.6519.22
Hex21413C31084Bab2113
Octal4110174610101132534123
Binary10000110000011111001100010100010010111010101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21413C; }

 p { color: rgb(33,65,60); }

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

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

 a { background-color: rgb(33,65,60); }

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

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

 span { border-color: rgb(33,65,60); }

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