#21515C

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

Shades of Teal Blue #21515C

Tints of Teal Blue #21515C

Color information

#21515C (or 0x21515C) is unknown color: approx Teal Blue. HEX triplet: 21, 51 and 5C. RGB value is (33,81,92). Sum of RGB (Red+Green+Blue) = 33+81+92=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #21515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21515C is #DEAEA3. Grayscale: #434343. Windows color (decimal): -14593700 or 6050081. OLE color: 6050081.

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

Color convert

RGB338192-
CMYK0.640.1200.64
HSL191.19º47.2%24.51%-
HSV(B)191.19º64.13%36.08%-
XYZ5.56.9811.18-
YUV67.9141.6103.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=16.02%
G=39.32%
B=44.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3381920.640.1200.64191.1947.224.51
Hex21515C40C040bf2f19
Octal411211341001401002775731
Binary1000011010001101110010000001100010000001011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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