#204B51

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

Shades of Teal Blue #204B51

Tints of Teal Blue #204B51

Color information

#204B51 (or 0x204B51) is unknown color: approx Teal Blue. HEX triplet: 20, 4B and 51. RGB value is (32,75,81). Sum of RGB (Red+Green+Blue) = 32+75+81=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #204B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B51 is #DFB4AE. Grayscale: #3E3E3E. Windows color (decimal): -14660783 or 5327648. OLE color: 5327648.

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

Color convert

RGB327581-
CMYK0.600.0700.68
HSL187.35º43.36%22.16%-
HSV(B)187.35º60.49%31.76%-
XYZ4.65.938.69-
YUV62.83138.25106.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=17.02%
G=39.89%
B=43.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3275810.600.0700.68187.3543.3622.16
Hex204B513C7044bb2b16
Octal4011312174701042735326
Binary10000010010111010001111100111010001001011101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204B51; }

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

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

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

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

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

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

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

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