#205560

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

Shades of Teal Blue #205560

Tints of Teal Blue #205560

Color information

#205560 (or 0x205560) is unknown color: approx Teal Blue. HEX triplet: 20, 55 and 60. RGB value is (32,85,96). Sum of RGB (Red+Green+Blue) = 32+85+96=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #205560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205560 is #DFAA9F. Grayscale: #464646. Windows color (decimal): -14658208 or 6313248. OLE color: 6313248.

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

Color convert

RGB328596-
CMYK0.670.1100.62
HSL190.31º50%25.1%-
HSV(B)190.31º66.67%37.65%-
XYZ5.967.6512.23-
YUV70.41142.44100.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=15.02%
G=39.91%
B=45.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3285960.670.1100.62190.315025.1
Hex20556043B03Ebe3219
Octal40125140103130762766231
Binary100000101010111000001000011101101111101011111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205560; }

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

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

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

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

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

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

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

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