Shades of Eden #286C60
Tints of Eden #286C60
RGB
CMYK
RGB Variations
Color information
#286C60 (or 0x286C60) is known color: Eden. HEX triplet: 28, 6C and 60. RGB value is (40,108,96). Sum of RGB (Red+Green+Blue) = 40+108+96=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #286C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C60 is #D7939F. Grayscale: #565656. Windows color (decimal): -14128032 or 6319144. OLE color: 6319144.
HSL color Cylindrical-coordinate representation of color #286C60: hue angle of 169.41º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C60 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 96 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.58 |
| HSL | 169.41º | 0.46% | 0.29% | - |
| HSV(B) | 169.41º | 0.63% | 0.42% | - |
| XYZ | 8.35 | 12.02 | 12.95 | - |
| YUV | 86.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 96 | 0.63 | 0 | 0.11 | 0.58 | 169.41 | 0.46 | 0.29 |
| Hex | 28 | 6C | 60 | 3F | 0 | B | 3A | A9 | 2E | 1D |
| Octal | 50 | 154 | 140 | 77 | 0 | 13 | 72 | 251 | 56 | 35 |
| Binary | 101000 | 1101100 | 1100000 | 111111 | 0 | 1011 | 111010 | 10101001 | 101110 | 11101 |
Color Harmonies of #286C60
Complementary color
Monochromatic Colors of #286C60
Black with #286C60
Text Example
Text Example
White with #286C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C60; }
p { color: rgb(40,108,96); }
H1.HeaderClassName
{
color: #286C60;
}
.AnyTagClassName
{
color: #286C60;
}
</style>
background-color css
<style>
a { background-color: #286C60; }
a { background-color: rgb(40,108,96); }
div.DivClassName
{
background-color: #286C60;
}
.BgClassName
{
background-color: #286C60;
}
</style>
border-color css
<style>
span { border-color: #286C60; }
span { border-color: rgb(40,108,96); }
td.TdClassName
{
border-color: #286C60;
}
.TagClassName
{
border-color: #286C60;
}
</style>