Shades of Deep Sea #18795F
Tints of Deep Sea #18795F
RGB
CMYK
RGB Variations
Color information
#18795F (or 0x18795F) is known color: Deep Sea. HEX triplet: 18, 79 and 5F. RGB value is (24,121,95). Sum of RGB (Red+Green+Blue) = 24+121+95=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #18795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18795F is #E786A0. Grayscale: #595959. Windows color (decimal): -15173281 or 6256920. OLE color: 6256920.
HSL color Cylindrical-coordinate representation of color #18795F: hue angle of 163.92º 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 #18795F is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 95 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.53 |
| HSL | 163.92º | 0.67% | 0.28% | - |
| HSV(B) | 163.92º | 0.8% | 0.47% | - |
| XYZ | 9.28 | 14.7 | 13.17 | - |
| YUV | 89.03 | 131.36 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 95 | 0.80 | 0 | 0.21 | 0.53 | 163.92 | 0.67 | 0.28 |
| Hex | 18 | 79 | 5F | 50 | 0 | 15 | 35 | A4 | 43 | 1C |
| Octal | 30 | 171 | 137 | 120 | 0 | 25 | 65 | 244 | 103 | 34 |
| Binary | 11000 | 1111001 | 1011111 | 1010000 | 0 | 10101 | 110101 | 10100100 | 1000011 | 11100 |
Color Harmonies of #18795F
Complementary color
Monochromatic Colors of #18795F
Black with #18795F
Text Example
Text Example
White with #18795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18795F; }
p { color: rgb(24,121,95); }
H1.HeaderClassName
{
color: #18795F;
}
.AnyTagClassName
{
color: #18795F;
}
</style>
background-color css
<style>
a { background-color: #18795F; }
a { background-color: rgb(24,121,95); }
div.DivClassName
{
background-color: #18795F;
}
.BgClassName
{
background-color: #18795F;
}
</style>
border-color css
<style>
span { border-color: #18795F; }
span { border-color: rgb(24,121,95); }
td.TdClassName
{
border-color: #18795F;
}
.TagClassName
{
border-color: #18795F;
}
</style>