#204751

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

Shades of Teal Blue #204751

Tints of Teal Blue #204751

Color information

#204751 (or 0x204751) is unknown color: approx Teal Blue. HEX triplet: 20, 47 and 51. RGB value is (32,71,81). Sum of RGB (Red+Green+Blue) = 32+71+81=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #204751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204751 is #DFB8AE. Grayscale: #3C3C3C. Windows color (decimal): -14661807 or 5326624. OLE color: 5326624.

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

Color convert

RGB327181-
CMYK0.600.1200.68
HSL192.24º43.36%22.16%-
HSV(B)192.24º60.49%31.76%-
XYZ4.335.418.6-
YUV60.48139.58107.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=17.39%
G=38.59%
B=44.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3271810.600.1200.68192.2443.3622.16
Hex2047513CC044c02b16
Octal40107121741401043005326
Binary100000100011110100011111001100010001001100000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204751; }

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

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

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

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

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

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

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

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