#205460

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

Shades of Teal Blue #205460

Tints of Teal Blue #205460

Color information

#205460 (or 0x205460) is unknown color: approx Teal Blue. HEX triplet: 20, 54 and 60. RGB value is (32,84,96). Sum of RGB (Red+Green+Blue) = 32+84+96=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #205460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205460 is #DFAB9F. Grayscale: #454545. Windows color (decimal): -14658464 or 6312992. OLE color: 6312992.

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

Color convert

RGB328496-
CMYK0.670.1200.62
HSL191.25º50%25.1%-
HSV(B)191.25º66.67%37.65%-
XYZ5.887.4912.2-
YUV69.82142.77101.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=15.09%
G=39.62%
B=45.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3284960.670.1200.62191.255025.1
Hex20546043C03Ebf3219
Octal40124140103140762776231
Binary100000101010011000001000011110001111101011111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205460; }

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

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

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

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

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

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

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

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