#21423F

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

Shades of Deep Teal #21423F

Tints of Deep Teal #21423F

Color information

#21423F (or 0x21423F) is unknown color: approx Deep Teal. HEX triplet: 21, 42 and 3F. RGB value is (33,66,63). Sum of RGB (Red+Green+Blue) = 33+66+63=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #21423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21423F is #DEBDC0. Grayscale: #373737. Windows color (decimal): -14597569 or 4145697. OLE color: 4145697.

HSL color Cylindrical-coordinate representation of color #21423F: hue angle of 174.55º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #21423F is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB336663-
CMYK0.500.050.74
HSL174.55º33.33%19.41%-
HSV(B)174.55º50%25.88%-
XYZ3.474.585.4-
YUV55.79132.07111.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 63 (25% from 255) = 38.89%
R=20.37%
G=40.74%
B=38.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366630.500.050.74174.5533.3319.41
Hex21423F32054Aaf2113
Octal411027762051122574123
Binary1000011000010111111110010010110010101010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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