#21443B

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

Shades of Deep Teal #21443B

Tints of Deep Teal #21443B

Color information

#21443B (or 0x21443B) is unknown color: approx Deep Teal. HEX triplet: 21, 44 and 3B. RGB value is (33,68,59). Sum of RGB (Red+Green+Blue) = 33+68+59=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #21443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21443B is #DEBBC4. Grayscale: #383838. Windows color (decimal): -14597061 or 3884065. OLE color: 3884065.

HSL color Cylindrical-coordinate representation of color #21443B: hue angle of 164.57º 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 #21443B is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB336859-
CMYK0.5100.130.73
HSL164.57º34.65%19.8%-
HSV(B)164.57º51.47%26.67%-
XYZ3.484.774.88-
YUV56.51129.4111.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=20.62%
G=42.5%
B=36.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368590.5100.130.73164.5734.6519.8
Hex21443B330D49a52314
Octal4110473630151112454324
Binary10000110001001110111100110110110010011010010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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