#215560

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

Shades of Teal Blue #215560

Tints of Teal Blue #215560

Color information

#215560 (or 0x215560) is unknown color: approx Teal Blue. HEX triplet: 21, 55 and 60. RGB value is (33,85,96). Sum of RGB (Red+Green+Blue) = 33+85+96=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #215560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215560 is #DEAA9F. Grayscale: #464646. Windows color (decimal): -14592672 or 6313249. OLE color: 6313249.

HSL color Cylindrical-coordinate representation of color #215560: hue angle of 190.48º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215560 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB338596-
CMYK0.660.1100.62
HSL190.48º48.84%25.29%-
HSV(B)190.48º65.62%37.65%-
XYZ5.997.6612.23-
YUV70.71142.27101.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.42%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=15.42%
G=39.72%
B=44.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3385960.660.1100.62190.4848.8425.29
Hex21556042B03Ebe3119
Octal41125140102130762766131
Binary100001101010111000001000010101101111101011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215560; }

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

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

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

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

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

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

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

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