Shades of Evening Sea #20694C
Tints of Evening Sea #20694C
RGB
CMYK
RGB Variations
Color information
#20694C (or 0x20694C) is known color: Evening Sea. HEX triplet: 20, 69 and 4C. RGB value is (32,105,76). Sum of RGB (Red+Green+Blue) = 32+105+76=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #20694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20694C is #DF96B3. Grayscale: #4F4F4F. Windows color (decimal): -14653108 or 5007648. OLE color: 5007648.
HSL color Cylindrical-coordinate representation of color #20694C: hue angle of 156.16º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20694C is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 76 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.59 |
| HSL | 156.16º | 0.53% | 0.27% | - |
| HSV(B) | 156.16º | 0.7% | 0.41% | - |
| XYZ | 6.95 | 10.93 | 8.58 | - |
| YUV | 79.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 76 | 0.70 | 0 | 0.28 | 0.59 | 156.16 | 0.53 | 0.27 |
| Hex | 20 | 69 | 4C | 46 | 0 | 1C | 3B | 9C | 35 | 1B |
| Octal | 40 | 151 | 114 | 106 | 0 | 34 | 73 | 234 | 65 | 33 |
| Binary | 100000 | 1101001 | 1001100 | 1000110 | 0 | 11100 | 111011 | 10011100 | 110101 | 11011 |
Color Harmonies of #20694C
Complementary color
Monochromatic Colors of #20694C
Black with #20694C
Text Example
Text Example
White with #20694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20694C; }
p { color: rgb(32,105,76); }
H1.HeaderClassName
{
color: #20694C;
}
.AnyTagClassName
{
color: #20694C;
}
</style>
background-color css
<style>
a { background-color: #20694C; }
a { background-color: rgb(32,105,76); }
div.DivClassName
{
background-color: #20694C;
}
.BgClassName
{
background-color: #20694C;
}
</style>
border-color css
<style>
span { border-color: #20694C; }
span { border-color: rgb(32,105,76); }
td.TdClassName
{
border-color: #20694C;
}
.TagClassName
{
border-color: #20694C;
}
</style>