#204750

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

Shades of Teal Blue #204750

Tints of Teal Blue #204750

Color information

#204750 (or 0x204750) is unknown color: approx Teal Blue. HEX triplet: 20, 47 and 50. RGB value is (32,71,80). Sum of RGB (Red+Green+Blue) = 32+71+80=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #204750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204750 is #DFB8AF. Grayscale: #3C3C3C. Windows color (decimal): -14661808 or 5261088. OLE color: 5261088.

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

Color convert

RGB327180-
CMYK0.600.1100.69
HSL191.25º42.86%21.96%-
HSV(B)191.25º60%31.37%-
XYZ4.35.398.4-
YUV60.36139.08107.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=17.49%
G=38.80%
B=43.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3271800.600.1100.69191.2542.8621.96
Hex2047503CB045bf2b16
Octal40107120741301052775326
Binary100000100011110100001111001011010001011011111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204750; }

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

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

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

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

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

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

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

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