#21443C

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

Shades of Deep Teal #21443C

Tints of Deep Teal #21443C

Color information

#21443C (or 0x21443C) is unknown color: approx Deep Teal. HEX triplet: 21, 44 and 3C. RGB value is (33,68,60). Sum of RGB (Red+Green+Blue) = 33+68+60=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #21443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21443C is #DEBBC3. Grayscale: #383838. Windows color (decimal): -14597060 or 3949601. OLE color: 3949601.

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

Color convert

RGB336860-
CMYK0.5100.120.73
HSL166.29º34.65%19.8%-
HSV(B)166.29º51.47%26.67%-
XYZ3.514.785.01-
YUV56.62129.9111.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=20.50%
G=42.24%
B=37.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368600.5100.120.73166.2934.6519.8
Hex21443C330C49a62314
Octal4110474630141112464324
Binary10000110001001111001100110110010010011010011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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