#204F56

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

Shades of Teal Blue #204F56

Tints of Teal Blue #204F56

Color information

#204F56 (or 0x204F56) is unknown color: approx Teal Blue. HEX triplet: 20, 4F and 56. RGB value is (32,79,86). Sum of RGB (Red+Green+Blue) = 32+79+86=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #204F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F56 is #DFB0A9. Grayscale: #414141. Windows color (decimal): -14659754 or 5656352. OLE color: 5656352.

HSL color Cylindrical-coordinate representation of color #204F56: hue angle of 187.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204F56 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB327986-
CMYK0.630.0800.66
HSL187.78º45.76%23.14%-
HSV(B)187.78º62.79%33.73%-
XYZ5.076.579.81-
YUV65.74139.43103.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=16.24%
G=40.10%
B=43.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3279860.630.0800.66187.7845.7623.14
Hex204F563F8042bc2e17
Octal40117126771001022745627
Binary100000100111110101101111111000010000101011110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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