Shades of Evening Sea #205D4C
Tints of Evening Sea #205D4C
RGB
CMYK
RGB Variations
Color information
#205D4C (or 0x205D4C) is known color: Evening Sea. HEX triplet: 20, 5D and 4C. RGB value is (32,93,76). Sum of RGB (Red+Green+Blue) = 32+93+76=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #205D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D4C is #DFA2B3. Grayscale: #484848. Windows color (decimal): -14656180 or 5004576. OLE color: 5004576.
HSL color Cylindrical-coordinate representation of color #205D4C: hue angle of 163.28º 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 #205D4C is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 76 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.64 |
| HSL | 163.28º | 0.49% | 0.25% | - |
| HSV(B) | 163.28º | 0.66% | 0.36% | - |
| XYZ | 5.81 | 8.66 | 8.2 | - |
| YUV | 72.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 76 | 0.66 | 0 | 0.18 | 0.64 | 163.28 | 0.49 | 0.25 |
| Hex | 20 | 5D | 4C | 42 | 0 | 12 | 40 | A3 | 31 | 19 |
| Octal | 40 | 135 | 114 | 102 | 0 | 22 | 100 | 243 | 61 | 31 |
| Binary | 100000 | 1011101 | 1001100 | 1000010 | 0 | 10010 | 1000000 | 10100011 | 110001 | 11001 |
Color Harmonies of #205D4C
Complementary color
Monochromatic Colors of #205D4C
Black with #205D4C
Text Example
Text Example
White with #205D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D4C; }
p { color: rgb(32,93,76); }
H1.HeaderClassName
{
color: #205D4C;
}
.AnyTagClassName
{
color: #205D4C;
}
</style>
background-color css
<style>
a { background-color: #205D4C; }
a { background-color: rgb(32,93,76); }
div.DivClassName
{
background-color: #205D4C;
}
.BgClassName
{
background-color: #205D4C;
}
</style>
border-color css
<style>
span { border-color: #205D4C; }
span { border-color: rgb(32,93,76); }
td.TdClassName
{
border-color: #205D4C;
}
.TagClassName
{
border-color: #205D4C;
}
</style>