Shades of Deep Sea #18775D
Tints of Deep Sea #18775D
RGB
CMYK
RGB Variations
Color information
#18775D (or 0x18775D) is known color: Deep Sea. HEX triplet: 18, 77 and 5D. RGB value is (24,119,93). Sum of RGB (Red+Green+Blue) = 24+119+93=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #18775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18775D is #E788A2. Grayscale: #575757. Windows color (decimal): -15173795 or 6125336. OLE color: 6125336.
HSL color Cylindrical-coordinate representation of color #18775D: hue angle of 163.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18775D is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 119 | 93 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.53 |
| HSL | 163.58º | 0.66% | 0.28% | - |
| HSV(B) | 163.58º | 0.8% | 0.47% | - |
| XYZ | 8.95 | 14.18 | 12.62 | - |
| YUV | 87.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 93 | 0.80 | 0 | 0.22 | 0.53 | 163.58 | 0.66 | 0.28 |
| Hex | 18 | 77 | 5D | 50 | 0 | 16 | 35 | A4 | 42 | 1C |
| Octal | 30 | 167 | 135 | 120 | 0 | 26 | 65 | 244 | 102 | 34 |
| Binary | 11000 | 1110111 | 1011101 | 1010000 | 0 | 10110 | 110101 | 10100100 | 1000010 | 11100 |
Color Harmonies of #18775D
Complementary color
Monochromatic Colors of #18775D
Black with #18775D
Text Example
Text Example
White with #18775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18775D; }
p { color: rgb(24,119,93); }
H1.HeaderClassName
{
color: #18775D;
}
.AnyTagClassName
{
color: #18775D;
}
</style>
background-color css
<style>
a { background-color: #18775D; }
a { background-color: rgb(24,119,93); }
div.DivClassName
{
background-color: #18775D;
}
.BgClassName
{
background-color: #18775D;
}
</style>
border-color css
<style>
span { border-color: #18775D; }
span { border-color: rgb(24,119,93); }
td.TdClassName
{
border-color: #18775D;
}
.TagClassName
{
border-color: #18775D;
}
</style>