#204858

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

Shades of Teal Blue #204858

Tints of Teal Blue #204858

Color information

#204858 (or 0x204858) is unknown color: approx Teal Blue. HEX triplet: 20, 48 and 58. RGB value is (32,72,88). Sum of RGB (Red+Green+Blue) = 32+72+88=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #204858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204858 is #DFB7A7. Grayscale: #3D3D3D. Windows color (decimal): -14661544 or 5785632. OLE color: 5785632.

HSL color Cylindrical-coordinate representation of color #204858: hue angle of 197.14º 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 #204858 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB327288-
CMYK0.640.1800.65
HSL197.14º46.67%23.53%-
HSV(B)197.14º63.64%34.51%-
XYZ4.675.6510.08-
YUV61.86142.75106.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=16.67%
G=37.5%
B=45.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3272880.640.1800.65197.1446.6723.53
Hex2048584012041c52f18
Octal401101301002201013055730
Binary10000010010001011000100000010010010000011100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204858; }

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

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

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

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

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

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

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

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