#204F5D

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

Shades of Teal Blue #204F5D

Tints of Teal Blue #204F5D

Color information

#204F5D (or 0x204F5D) is unknown color: approx Teal Blue. HEX triplet: 20, 4F and 5D. RGB value is (32,79,93). Sum of RGB (Red+Green+Blue) = 32+79+93=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #204F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F5D is #DFB0A2. Grayscale: #424242. Windows color (decimal): -14659747 or 6115104. OLE color: 6115104.

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

Color convert

RGB327993-
CMYK0.660.1500.64
HSL193.77º48.8%24.51%-
HSV(B)193.77º65.59%36.47%-
XYZ5.376.6911.36-
YUV66.54142.93103.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=15.69%
G=38.73%
B=45.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3279930.660.1500.64193.7748.824.51
Hex204F5D42F040c23119
Octal401171351021701003026131
Binary1000001001111101110110000101111010000001100001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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