#204F54

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

Shades of Teal Blue #204F54

Tints of Teal Blue #204F54

Color information

#204F54 (or 0x204F54) is unknown color: approx Teal Blue. HEX triplet: 20, 4F and 54. RGB value is (32,79,84). Sum of RGB (Red+Green+Blue) = 32+79+84=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #204F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F54 is #DFB0AB. Grayscale: #414141. Windows color (decimal): -14659756 or 5525280. OLE color: 5525280.

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

Color convert

RGB327984-
CMYK0.620.0600.67
HSL185.77º44.83%22.75%-
HSV(B)185.77º61.9%32.94%-
XYZ4.996.549.39-
YUV65.52138.43104.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=16.41%
G=40.51%
B=43.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3279840.620.0600.67185.7744.8322.75
Hex204F543E6043ba2d17
Octal4011712476601032725527
Binary10000010011111010100111110110010000111011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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