#21443F

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

Shades of Deep Teal #21443F

Tints of Deep Teal #21443F

Color information

#21443F (or 0x21443F) is unknown color: approx Deep Teal. HEX triplet: 21, 44 and 3F. RGB value is (33,68,63). Sum of RGB (Red+Green+Blue) = 33+68+63=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #21443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21443F is #DEBBC0. Grayscale: #383838. Windows color (decimal): -14597057 or 4146209. OLE color: 4146209.

HSL color Cylindrical-coordinate representation of color #21443F: hue angle of 171.43º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21443F is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB336863-
CMYK0.5100.070.73
HSL171.43º34.65%19.8%-
HSV(B)171.43º51.47%26.67%-
XYZ3.594.825.44-
YUV56.96131.4110.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 63 (25% from 255) = 38.41%
R=20.12%
G=41.46%
B=38.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368630.5100.070.73171.4334.6519.8
Hex21443F330749ab2314
Octal411047763071112534324
Binary1000011000100111111110011011110010011010101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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