Shades of Deep Sea #287C5E
Tints of Deep Sea #287C5E
RGB
CMYK
RGB Variations
Color information
#287C5E (or 0x287C5E) is known color: Deep Sea. HEX triplet: 28, 7C and 5E. RGB value is (40,124,94). Sum of RGB (Red+Green+Blue) = 40+124+94=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #287C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C5E is #D783A1. Grayscale: #5F5F5F. Windows color (decimal): -14123938 or 6192168. OLE color: 6192168.
HSL color Cylindrical-coordinate representation of color #287C5E: hue angle of 158.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C5E is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
RGB | 40 | 124 | 94 | - |
CMYK | 0.68 | 0 | 0.24 | 0.51 |
HSL | 158.57º | 0.51% | 0.32% | - |
HSV(B) | 158.57º | 0.68% | 0.49% | - |
XYZ | 10.1 | 15.67 | 13.08 | - |
YUV | 95.46 | 127.17 | 88.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 124 | 94 | 0.68 | 0 | 0.24 | 0.51 | 158.57 | 0.51 | 0.32 |
Hex | 28 | 7C | 5E | 44 | 0 | 18 | 33 | 9F | 33 | 20 |
Octal | 50 | 174 | 136 | 104 | 0 | 30 | 63 | 237 | 63 | 40 |
Binary | 101000 | 1111100 | 1011110 | 1000100 | 0 | 11000 | 110011 | 10011111 | 110011 | 100000 |
Color Harmonies of #287C5E
Complementary color
Monochromatic Colors of #287C5E
Black with #287C5E
Text Example
Text Example
White with #287C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287C5E; }
p { color: rgb(40,124,94); }
H1.HeaderClassName
{
color: #287C5E;
}
.AnyTagClassName
{
color: #287C5E;
}
</style>
background-color css
<style>
a { background-color: #287C5E; }
a { background-color: rgb(40,124,94); }
div.DivClassName
{
background-color: #287C5E;
}
.BgClassName
{
background-color: #287C5E;
}
</style>
border-color css
<style>
span { border-color: #287C5E; }
span { border-color: rgb(40,124,94); }
td.TdClassName
{
border-color: #287C5E;
}
.TagClassName
{
border-color: #287C5E;
}
</style>