Shades of Deep Sea #18735E
Tints of Deep Sea #18735E
RGB
CMYK
RGB Variations
Color information
#18735E (or 0x18735E) is known color: Deep Sea. HEX triplet: 18, 73 and 5E. RGB value is (24,115,94). Sum of RGB (Red+Green+Blue) = 24+115+94=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #18735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18735E is #E78CA1. Grayscale: #555555. Windows color (decimal): -15174818 or 6189848. OLE color: 6189848.
HSL color Cylindrical-coordinate representation of color #18735E: hue angle of 166.15º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18735E is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 115 | 94 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.55 |
| HSL | 166.15º | 0.65% | 0.27% | - |
| HSV(B) | 166.15º | 0.79% | 0.45% | - |
| XYZ | 8.53 | 13.26 | 12.7 | - |
| YUV | 85.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 115 | 94 | 0.79 | 0 | 0.18 | 0.55 | 166.15 | 0.65 | 0.27 |
| Hex | 18 | 73 | 5E | 4F | 0 | 12 | 37 | A6 | 41 | 1B |
| Octal | 30 | 163 | 136 | 117 | 0 | 22 | 67 | 246 | 101 | 33 |
| Binary | 11000 | 1110011 | 1011110 | 1001111 | 0 | 10010 | 110111 | 10100110 | 1000001 | 11011 |
Color Harmonies of #18735E
Complementary color
Monochromatic Colors of #18735E
Black with #18735E
Text Example
Text Example
White with #18735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18735E; }
p { color: rgb(24,115,94); }
H1.HeaderClassName
{
color: #18735E;
}
.AnyTagClassName
{
color: #18735E;
}
</style>
background-color css
<style>
a { background-color: #18735E; }
a { background-color: rgb(24,115,94); }
div.DivClassName
{
background-color: #18735E;
}
.BgClassName
{
background-color: #18735E;
}
</style>
border-color css
<style>
span { border-color: #18735E; }
span { border-color: rgb(24,115,94); }
td.TdClassName
{
border-color: #18735E;
}
.TagClassName
{
border-color: #18735E;
}
</style>