#205258

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

Shades of Teal Blue #205258

Tints of Teal Blue #205258

Color information

#205258 (or 0x205258) is unknown color: approx Teal Blue. HEX triplet: 20, 52 and 58. RGB value is (32,82,88). Sum of RGB (Red+Green+Blue) = 32+82+88=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #205258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205258 is #DFADA7. Grayscale: #434343. Windows color (decimal): -14658984 or 5788192. OLE color: 5788192.

HSL color Cylindrical-coordinate representation of color #205258: hue angle of 186.43º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205258 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB328288-
CMYK0.640.0700.65
HSL186.43º46.67%23.53%-
HSV(B)186.43º63.64%34.51%-
XYZ5.377.0510.31-
YUV67.73139.44102.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.84%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=15.84%
G=40.59%
B=43.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3282880.640.0700.65186.4346.6723.53
Hex205258407041ba2f18
Octal40122130100701012725730
Binary100000101001010110001000000111010000011011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205258; }

 p { color: rgb(32,82,88); }

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

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

 a { background-color: rgb(32,82,88); }

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

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

 span { border-color: rgb(32,82,88); }

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