#21525B

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

Shades of Teal Blue #21525B

Tints of Teal Blue #21525B

Color information

#21525B (or 0x21525B) is unknown color: approx Teal Blue. HEX triplet: 21, 52 and 5B. RGB value is (33,82,91). Sum of RGB (Red+Green+Blue) = 33+82+91=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #21525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21525B is #DEADA4. Grayscale: #444444. Windows color (decimal): -14593445 or 5984801. OLE color: 5984801.

HSL color Cylindrical-coordinate representation of color #21525B: hue angle of 189.31º 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 #21525B is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB338291-
CMYK0.640.1000.64
HSL189.31º46.77%24.31%-
HSV(B)189.31º63.74%35.69%-
XYZ5.537.1110.98-
YUV68.38140.77102.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=16.02%
G=39.81%
B=44.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3382910.640.1000.64189.3146.7724.31
Hex21525B40A040bd2f18
Octal411221331001201002755730
Binary1000011010010101101110000001010010000001011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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