Shades of Evening Sea #286C50
Tints of Evening Sea #286C50
RGB
CMYK
RGB Variations
Color information
#286C50 (or 0x286C50) is known color: Evening Sea. HEX triplet: 28, 6C and 50. RGB value is (40,108,80). Sum of RGB (Red+Green+Blue) = 40+108+80=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #286C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C50 is #D793AF. Grayscale: #545454. Windows color (decimal): -14128048 or 5270568. OLE color: 5270568.
HSL color Cylindrical-coordinate representation of color #286C50: hue angle of 155.29º 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 #286C50 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 80 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.58 |
| HSL | 155.29º | 0.46% | 0.29% | - |
| HSV(B) | 155.29º | 0.63% | 0.42% | - |
| XYZ | 7.69 | 11.76 | 9.45 | - |
| YUV | 84.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 80 | 0.63 | 0 | 0.26 | 0.58 | 155.29 | 0.46 | 0.29 |
| Hex | 28 | 6C | 50 | 3F | 0 | 1A | 3A | 9B | 2E | 1D |
| Octal | 50 | 154 | 120 | 77 | 0 | 32 | 72 | 233 | 56 | 35 |
| Binary | 101000 | 1101100 | 1010000 | 111111 | 0 | 11010 | 111010 | 10011011 | 101110 | 11101 |
Color Harmonies of #286C50
Complementary color
Monochromatic Colors of #286C50
Black with #286C50
Text Example
Text Example
White with #286C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C50; }
p { color: rgb(40,108,80); }
H1.HeaderClassName
{
color: #286C50;
}
.AnyTagClassName
{
color: #286C50;
}
</style>
background-color css
<style>
a { background-color: #286C50; }
a { background-color: rgb(40,108,80); }
div.DivClassName
{
background-color: #286C50;
}
.BgClassName
{
background-color: #286C50;
}
</style>
border-color css
<style>
span { border-color: #286C50; }
span { border-color: rgb(40,108,80); }
td.TdClassName
{
border-color: #286C50;
}
.TagClassName
{
border-color: #286C50;
}
</style>