#204B57

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

Shades of Teal Blue #204B57

Tints of Teal Blue #204B57

Color information

#204B57 (or 0x204B57) is unknown color: approx Teal Blue. HEX triplet: 20, 4B and 57. RGB value is (32,75,87). Sum of RGB (Red+Green+Blue) = 32+75+87=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #204B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B57 is #DFB4A8. Grayscale: #3F3F3F. Windows color (decimal): -14660777 or 5720864. OLE color: 5720864.

HSL color Cylindrical-coordinate representation of color #204B57: hue angle of 193.09º 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 #204B57 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB327587-
CMYK0.630.1400.66
HSL193.09º46.22%23.33%-
HSV(B)193.09º63.22%34.12%-
XYZ4.836.039.93-
YUV63.51141.25105.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=16.49%
G=38.66%
B=44.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3275870.630.1400.66193.0946.2223.33
Hex204B573FE042c12e17
Octal40113127771601023015627
Binary100000100101110101111111111110010000101100000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,75,87); }

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

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

 a { background-color: rgb(32,75,87); }

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

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

 span { border-color: rgb(32,75,87); }

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