#204B54

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

Shades of Teal Blue #204B54

Tints of Teal Blue #204B54

Color information

#204B54 (or 0x204B54) is unknown color: approx Teal Blue. HEX triplet: 20, 4B and 54. RGB value is (32,75,84). Sum of RGB (Red+Green+Blue) = 32+75+84=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #204B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B54 is #DFB4AB. Grayscale: #3F3F3F. Windows color (decimal): -14660780 or 5524256. OLE color: 5524256.

HSL color Cylindrical-coordinate representation of color #204B54: hue angle of 190.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #204B54 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB327584-
CMYK0.620.1100.67
HSL190.38º44.83%22.75%-
HSV(B)190.38º61.9%32.94%-
XYZ4.715.989.29-
YUV63.17139.75105.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=16.75%
G=39.27%
B=43.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3275840.620.1100.67190.3844.8322.75
Hex204B543EB043be2d17
Octal40113124761301032765527
Binary100000100101110101001111101011010000111011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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