Shades of Evening Sea #205D4E
Tints of Evening Sea #205D4E
RGB
CMYK
RGB Variations
Color information
#205D4E (or 0x205D4E) is known color: Evening Sea. HEX triplet: 20, 5D and 4E. RGB value is (32,93,78). Sum of RGB (Red+Green+Blue) = 32+93+78=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #205D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D4E is #DFA2B1. Grayscale: #494949. Windows color (decimal): -14656178 or 5135648. OLE color: 5135648.
HSL color Cylindrical-coordinate representation of color #205D4E: hue angle of 165.25º 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 #205D4E is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 78 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.64 |
| HSL | 165.25º | 0.49% | 0.25% | - |
| HSV(B) | 165.25º | 0.66% | 0.36% | - |
| XYZ | 5.89 | 8.69 | 8.57 | - |
| YUV | 73.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 78 | 0.66 | 0 | 0.16 | 0.64 | 165.25 | 0.49 | 0.25 |
| Hex | 20 | 5D | 4E | 42 | 0 | 10 | 40 | A5 | 31 | 19 |
| Octal | 40 | 135 | 116 | 102 | 0 | 20 | 100 | 245 | 61 | 31 |
| Binary | 100000 | 1011101 | 1001110 | 1000010 | 0 | 10000 | 1000000 | 10100101 | 110001 | 11001 |
Color Harmonies of #205D4E
Complementary color
Monochromatic Colors of #205D4E
Black with #205D4E
Text Example
Text Example
White with #205D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D4E; }
p { color: rgb(32,93,78); }
H1.HeaderClassName
{
color: #205D4E;
}
.AnyTagClassName
{
color: #205D4E;
}
</style>
background-color css
<style>
a { background-color: #205D4E; }
a { background-color: rgb(32,93,78); }
div.DivClassName
{
background-color: #205D4E;
}
.BgClassName
{
background-color: #205D4E;
}
</style>
border-color css
<style>
span { border-color: #205D4E; }
span { border-color: rgb(32,93,78); }
td.TdClassName
{
border-color: #205D4E;
}
.TagClassName
{
border-color: #205D4E;
}
</style>