Shades of Deep Sea #18815E
Tints of Deep Sea #18815E
RGB
CMYK
RGB Variations
Color information
#18815E (or 0x18815E) is known color: Deep Sea. HEX triplet: 18, 81 and 5E. RGB value is (24,129,94). Sum of RGB (Red+Green+Blue) = 24+129+94=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #18815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18815E is #E77EA1. Grayscale: #5D5D5D. Windows color (decimal): -15171234 or 6193432. OLE color: 6193432.
HSL color Cylindrical-coordinate representation of color #18815E: hue angle of 160º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18815E is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 129 | 94 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.49 |
| HSL | 160º | 0.69% | 0.3% | - |
| HSV(B) | 160º | 0.81% | 0.51% | - |
| XYZ | 10.25 | 16.7 | 13.27 | - |
| YUV | 93.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 94 | 0.81 | 0 | 0.27 | 0.49 | 160 | 0.69 | 0.3 |
| Hex | 18 | 81 | 5E | 51 | 0 | 1B | 31 | A0 | 45 | 1E |
| Octal | 30 | 201 | 136 | 121 | 0 | 33 | 61 | 240 | 105 | 36 |
| Binary | 11000 | 10000001 | 1011110 | 1010001 | 0 | 11011 | 110001 | 10100000 | 1000101 | 11110 |
Color Harmonies of #18815E
Complementary color
Monochromatic Colors of #18815E
Black with #18815E
Text Example
Text Example
White with #18815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18815E; }
p { color: rgb(24,129,94); }
H1.HeaderClassName
{
color: #18815E;
}
.AnyTagClassName
{
color: #18815E;
}
</style>
background-color css
<style>
a { background-color: #18815E; }
a { background-color: rgb(24,129,94); }
div.DivClassName
{
background-color: #18815E;
}
.BgClassName
{
background-color: #18815E;
}
</style>
border-color css
<style>
span { border-color: #18815E; }
span { border-color: rgb(24,129,94); }
td.TdClassName
{
border-color: #18815E;
}
.TagClassName
{
border-color: #18815E;
}
</style>