#204F55

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

Shades of Teal Blue #204F55

Tints of Teal Blue #204F55

Color information

#204F55 (or 0x204F55) is unknown color: approx Teal Blue. HEX triplet: 20, 4F and 55. RGB value is (32,79,85). Sum of RGB (Red+Green+Blue) = 32+79+85=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #204F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F55 is #DFB0AA. Grayscale: #414141. Windows color (decimal): -14659755 or 5590816. OLE color: 5590816.

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

Color convert

RGB327985-
CMYK0.620.0700.67
HSL186.79º45.3%22.94%-
HSV(B)186.79º62.35%33.33%-
XYZ5.036.559.59-
YUV65.63138.93104.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=16.33%
G=40.31%
B=43.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3279850.620.0700.67186.7945.322.94
Hex204F553E7043bb2d17
Octal4011712576701032735527
Binary10000010011111010101111110111010000111011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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