Shades of Deep Sea #18795E
Tints of Deep Sea #18795E
RGB
CMYK
RGB Variations
Color information
#18795E (or 0x18795E) is known color: Deep Sea. HEX triplet: 18, 79 and 5E. RGB value is (24,121,94). Sum of RGB (Red+Green+Blue) = 24+121+94=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #18795E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18795E is #E786A1. Grayscale: #585858. Windows color (decimal): -15173282 or 6191384. OLE color: 6191384.
HSL color Cylindrical-coordinate representation of color #18795E: hue angle of 163.3º degrees, saturation: 0.67, 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 #18795E is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 94 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.53 |
| HSL | 163.3º | 0.67% | 0.28% | - |
| HSV(B) | 163.3º | 0.8% | 0.47% | - |
| XYZ | 9.23 | 14.68 | 12.94 | - |
| YUV | 88.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 94 | 0.80 | 0 | 0.22 | 0.53 | 163.3 | 0.67 | 0.28 |
| Hex | 18 | 79 | 5E | 50 | 0 | 16 | 35 | A3 | 43 | 1C |
| Octal | 30 | 171 | 136 | 120 | 0 | 26 | 65 | 243 | 103 | 34 |
| Binary | 11000 | 1111001 | 1011110 | 1010000 | 0 | 10110 | 110101 | 10100011 | 1000011 | 11100 |
Color Harmonies of #18795E
Complementary color
Monochromatic Colors of #18795E
Black with #18795E
Text Example
Text Example
White with #18795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18795E; }
p { color: rgb(24,121,94); }
H1.HeaderClassName
{
color: #18795E;
}
.AnyTagClassName
{
color: #18795E;
}
</style>
background-color css
<style>
a { background-color: #18795E; }
a { background-color: rgb(24,121,94); }
div.DivClassName
{
background-color: #18795E;
}
.BgClassName
{
background-color: #18795E;
}
</style>
border-color css
<style>
span { border-color: #18795E; }
span { border-color: rgb(24,121,94); }
td.TdClassName
{
border-color: #18795E;
}
.TagClassName
{
border-color: #18795E;
}
</style>