#205055

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

Shades of Teal Blue #205055

Tints of Teal Blue #205055

Color information

#205055 (or 0x205055) is unknown color: approx Teal Blue. HEX triplet: 20, 50 and 55. RGB value is (32,80,85). Sum of RGB (Red+Green+Blue) = 32+80+85=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #205055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205055 is #DFAFAA. Grayscale: #424242. Windows color (decimal): -14659499 or 5591072. OLE color: 5591072.

HSL color Cylindrical-coordinate representation of color #205055: hue angle of 185.66º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205055 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB328085-
CMYK0.620.0600.67
HSL185.66º45.3%22.94%-
HSV(B)185.66º62.35%33.33%-
XYZ5.16.79.62-
YUV66.22138.6103.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=16.24%
G=40.61%
B=43.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3280850.620.0600.67185.6645.322.94
Hex2050553E6043ba2d17
Octal4012012576601032725527
Binary10000010100001010101111110110010000111011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205055; }

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

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

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

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

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

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

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

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