#21555D

Color #21555D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #21555D

Tints of Teal Blue #21555D

Color information

#21555D (or 0x21555D) is unknown color: approx Teal Blue. HEX triplet: 21, 55 and 5D. RGB value is (33,85,93). Sum of RGB (Red+Green+Blue) = 33+85+93=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #21555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21555D is #DEAAA2. Grayscale: #464646. Windows color (decimal): -14592675 or 6116641. OLE color: 6116641.

HSL color Cylindrical-coordinate representation of color #21555D: hue angle of 188º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21555D is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB338593-
CMYK0.650.0900.64
HSL188º47.62%24.71%-
HSV(B)188º64.52%36.47%-
XYZ5.857.6111.52-
YUV70.36140.77101.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=15.64%
G=40.28%
B=44.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3385930.650.0900.6418847.6224.71
Hex21555D419040bc3019
Octal411251351011101002746031
Binary1000011010101101110110000011001010000001011110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21555D; }

 p { color: rgb(33,85,93); }

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

<style>
 a { background-color: #21555D; }

 a { background-color: rgb(33,85,93); }

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

<style>
 span { border-color: #21555D; }

 span { border-color: rgb(33,85,93); }

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