Shades of Evening Sea #206148
Tints of Evening Sea #206148
RGB
CMYK
RGB Variations
Color information
#206148 (or 0x206148) is known color: Evening Sea. HEX triplet: 20, 61 and 48. RGB value is (32,97,72). Sum of RGB (Red+Green+Blue) = 32+97+72=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #206148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206148 is #DF9EB7. Grayscale: #4A4A4A. Windows color (decimal): -14655160 or 4743456. OLE color: 4743456.
HSL color Cylindrical-coordinate representation of color #206148: hue angle of 156.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206148 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 97 | 72 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.62 |
| HSL | 156.92º | 0.5% | 0.25% | - |
| HSV(B) | 156.92º | 0.67% | 0.38% | - |
| XYZ | 6.04 | 9.32 | 7.61 | - |
| YUV | 74.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 72 | 0.67 | 0 | 0.26 | 0.62 | 156.92 | 0.5 | 0.25 |
| Hex | 20 | 61 | 48 | 43 | 0 | 1A | 3E | 9D | 32 | 19 |
| Octal | 40 | 141 | 110 | 103 | 0 | 32 | 76 | 235 | 62 | 31 |
| Binary | 100000 | 1100001 | 1001000 | 1000011 | 0 | 11010 | 111110 | 10011101 | 110010 | 11001 |
Color Harmonies of #206148
Complementary color
Monochromatic Colors of #206148
Black with #206148
Text Example
Text Example
White with #206148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206148; }
p { color: rgb(32,97,72); }
H1.HeaderClassName
{
color: #206148;
}
.AnyTagClassName
{
color: #206148;
}
</style>
background-color css
<style>
a { background-color: #206148; }
a { background-color: rgb(32,97,72); }
div.DivClassName
{
background-color: #206148;
}
.BgClassName
{
background-color: #206148;
}
</style>
border-color css
<style>
span { border-color: #206148; }
span { border-color: rgb(32,97,72); }
td.TdClassName
{
border-color: #206148;
}
.TagClassName
{
border-color: #206148;
}
</style>