#204C54

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

Shades of Teal Blue #204C54

Tints of Teal Blue #204C54

Color information

#204C54 (or 0x204C54) is unknown color: approx Teal Blue. HEX triplet: 20, 4C and 54. RGB value is (32,76,84). Sum of RGB (Red+Green+Blue) = 32+76+84=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #204C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C54 is #DFB3AB. Grayscale: #3F3F3F. Windows color (decimal): -14660524 or 5524512. OLE color: 5524512.

HSL color Cylindrical-coordinate representation of color #204C54: hue angle of 189.23º 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 #204C54 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB327684-
CMYK0.620.1000.67
HSL189.23º44.83%22.75%-
HSV(B)189.23º61.9%32.94%-
XYZ4.786.129.32-
YUV63.76139.42105.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=16.67%
G=39.58%
B=43.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3276840.620.1000.67189.2344.8322.75
Hex204C543EA043bd2d17
Octal40114124761201032755527
Binary100000100110010101001111101010010000111011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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