#204952

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

Shades of Teal Blue #204952

Tints of Teal Blue #204952

Color information

#204952 (or 0x204952) is unknown color: approx Teal Blue. HEX triplet: 20, 49 and 52. RGB value is (32,73,82). Sum of RGB (Red+Green+Blue) = 32+73+82=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #204952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204952 is #DFB6AD. Grayscale: #3D3D3D. Windows color (decimal): -14661294 or 5392672. OLE color: 5392672.

HSL color Cylindrical-coordinate representation of color #204952: hue angle of 190.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204952 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB327382-
CMYK0.610.1100.68
HSL190.8º43.86%22.35%-
HSV(B)190.8º60.98%32.16%-
XYZ4.55.688.84-
YUV61.77139.42106.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=17.11%
G=39.04%
B=43.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3273820.610.1100.68190.843.8622.35
Hex2049523DB044bf2c16
Octal40111122751301042775426
Binary100000100100110100101111011011010001001011111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204952; }

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

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

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

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

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

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

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

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