#21493F

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

Shades of Deep Teal #21493F

Tints of Deep Teal #21493F

Color information

#21493F (or 0x21493F) is unknown color: approx Deep Teal. HEX triplet: 21, 49 and 3F. RGB value is (33,73,63). Sum of RGB (Red+Green+Blue) = 33+73+63=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #21493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21493F is #DEB6C0. Grayscale: #3B3B3B. Windows color (decimal): -14595777 or 4147489. OLE color: 4147489.

HSL color Cylindrical-coordinate representation of color #21493F: hue angle of 165º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21493F is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB337363-
CMYK0.5500.140.71
HSL165º37.74%20.78%-
HSV(B)165º54.79%28.63%-
XYZ3.915.455.55-
YUV59.9129.75108.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 73 (28.91% from 255) = 43.20%
BLUE value IS 63 (25% from 255) = 37.28%
R=19.53%
G=43.20%
B=37.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373630.5500.140.7116537.7420.78
Hex21493F370E47a52615
Octal4111177670161072454625
Binary10000110010011111111101110111010001111010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21493F; }

 p { color: rgb(33,73,63); }

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

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

 a { background-color: rgb(33,73,63); }

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

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

 span { border-color: rgb(33,73,63); }

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