#21555C

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

Shades of Teal Blue #21555C

Tints of Teal Blue #21555C

Color information

#21555C (or 0x21555C) is unknown color: approx Teal Blue. HEX triplet: 21, 55 and 5C. RGB value is (33,85,92). Sum of RGB (Red+Green+Blue) = 33+85+92=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #21555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21555C is #DEAAA3. Grayscale: #464646. Windows color (decimal): -14592676 or 6051105. OLE color: 6051105.

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

Color convert

RGB338592-
CMYK0.640.0800.64
HSL187.12º47.2%24.51%-
HSV(B)187.12º64.13%36.08%-
XYZ5.817.5911.28-
YUV70.25140.27101.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=15.71%
G=40.48%
B=43.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3385920.640.0800.64187.1247.224.51
Hex21555C408040bb2f19
Octal411251341001001002735731
Binary1000011010101101110010000001000010000001011101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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