#21525c

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

Shades of Teal Blue #21525C

Tints of Teal Blue #21525C

Color information

#21525C (or 0x21525C) is unknown color: approx Teal Blue. HEX triplet: 21, 52 and 5C. RGB value is (33,82,92). Sum of RGB (Red+Green+Blue) = 33+82+92=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #21525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21525C is #DEADA3. Grayscale: #444444. Windows color (decimal): -14593444 or 6050337. OLE color: 6050337.

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

Color convert

RGB338292-
CMYK0.640.1100.64
HSL190.17º47.2%24.51%-
HSV(B)190.17º64.13%36.08%-
XYZ5.587.1311.21-
YUV68.49141.27102.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=15.94%
G=39.61%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3382920.640.1100.64190.1747.224.51
Hex21525C40B040be2f19
Octal411221341001301002765731
Binary1000011010010101110010000001011010000001011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21525c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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