#21555B

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

Shades of Teal Blue #21555B

Tints of Teal Blue #21555B

Color information

#21555B (or 0x21555B) is unknown color: approx Teal Blue. HEX triplet: 21, 55 and 5B. RGB value is (33,85,91). Sum of RGB (Red+Green+Blue) = 33+85+91=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #21555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21555B is #DEAAA4. Grayscale: #464646. Windows color (decimal): -14592677 or 5985569. OLE color: 5985569.

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

Color convert

RGB338591-
CMYK0.640.0700.64
HSL186.21º46.77%24.31%-
HSV(B)186.21º63.74%35.69%-
XYZ5.767.5811.06-
YUV70.14139.77101.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=15.79%
G=40.67%
B=43.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3385910.640.0700.64186.2146.7724.31
Hex21555B407040ba2f18
Octal41125133100701002725730
Binary100001101010110110111000000111010000001011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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