#204F5E

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

Shades of Teal Blue #204F5E

Tints of Teal Blue #204F5E

Color information

#204F5E (or 0x204F5E) is unknown color: approx Teal Blue. HEX triplet: 20, 4F and 5E. RGB value is (32,79,94). Sum of RGB (Red+Green+Blue) = 32+79+94=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #204F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F5E is #DFB0A1. Grayscale: #424242. Windows color (decimal): -14659746 or 6180640. OLE color: 6180640.

HSL color Cylindrical-coordinate representation of color #204F5E: hue angle of 194.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #204F5E is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB327994-
CMYK0.660.1600.63
HSL194.52º49.21%24.71%-
HSV(B)194.52º65.96%36.86%-
XYZ5.416.7111.6-
YUV66.66143.43103.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=15.61%
G=38.54%
B=45.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3279940.660.1600.63194.5249.2124.71
Hex204F5E421003Fc33119
Octal40117136102200773036131
Binary1000001001111101111010000101000001111111100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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