#21443E

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

Shades of Deep Teal #21443E

Tints of Deep Teal #21443E

Color information

#21443E (or 0x21443E) is unknown color: approx Deep Teal. HEX triplet: 21, 44 and 3E. RGB value is (33,68,62). Sum of RGB (Red+Green+Blue) = 33+68+62=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #21443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21443E is #DEBBC1. Grayscale: #383838. Windows color (decimal): -14597058 or 4080673. OLE color: 4080673.

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

Color convert

RGB336862-
CMYK0.5100.090.73
HSL169.71º34.65%19.8%-
HSV(B)169.71º51.47%26.67%-
XYZ3.564.815.3-
YUV56.85130.9110.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=20.25%
G=41.72%
B=38.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368620.5100.090.73169.7134.6519.8
Hex21443E330949aa2314
Octal4110476630111112524324
Binary10000110001001111101100110100110010011010101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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