#204B50

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

Shades of Teal Blue #204B50

Tints of Teal Blue #204B50

Color information

#204B50 (or 0x204B50) is unknown color: approx Teal Blue. HEX triplet: 20, 4B and 50. RGB value is (32,75,80). Sum of RGB (Red+Green+Blue) = 32+75+80=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #204B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B50 is #DFB4AF. Grayscale: #3E3E3E. Windows color (decimal): -14660784 or 5262112. OLE color: 5262112.

HSL color Cylindrical-coordinate representation of color #204B50: hue angle of 186.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 #204B50 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327580-
CMYK0.600.0600.69
HSL186.25º42.86%21.96%-
HSV(B)186.25º60%31.37%-
XYZ4.565.928.49-
YUV62.71137.75106.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=17.11%
G=40.11%
B=42.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3275800.600.0600.69186.2542.8621.96
Hex204B503C6045ba2b16
Octal4011312074601052725326
Binary10000010010111010000111100110010001011011101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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