#204951

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

Shades of Teal Blue #204951

Tints of Teal Blue #204951

Color information

#204951 (or 0x204951) is unknown color: approx Teal Blue. HEX triplet: 20, 49 and 51. RGB value is (32,73,81). Sum of RGB (Red+Green+Blue) = 32+73+81=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #204951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204951 is #DFB6AE. Grayscale: #3D3D3D. Windows color (decimal): -14661295 or 5327136. OLE color: 5327136.

HSL color Cylindrical-coordinate representation of color #204951: hue angle of 189.8º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #204951 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB327381-
CMYK0.600.1000.68
HSL189.8º43.36%22.16%-
HSV(B)189.8º60.49%31.76%-
XYZ4.465.678.64-
YUV61.65138.92106.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=17.20%
G=39.25%
B=43.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3273810.600.1000.68189.843.3622.16
Hex2049513CA044be2b16
Octal40111121741201042765326
Binary100000100100110100011111001010010001001011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204951; }

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

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

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

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

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

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

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

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