Shades of Deep Sea #18795D
Tints of Deep Sea #18795D
RGB
CMYK
RGB Variations
Color information
#18795D (or 0x18795D) is known color: Deep Sea. HEX triplet: 18, 79 and 5D. RGB value is (24,121,93). Sum of RGB (Red+Green+Blue) = 24+121+93=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #18795D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18795D is #E786A2. Grayscale: #585858. Windows color (decimal): -15173283 or 6125848. OLE color: 6125848.
HSL color Cylindrical-coordinate representation of color #18795D: hue angle of 162.68º 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 #18795D is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 93 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.53 |
| HSL | 162.68º | 0.67% | 0.28% | - |
| HSV(B) | 162.68º | 0.8% | 0.47% | - |
| XYZ | 9.19 | 14.66 | 12.7 | - |
| YUV | 88.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 93 | 0.80 | 0 | 0.23 | 0.53 | 162.68 | 0.67 | 0.28 |
| Hex | 18 | 79 | 5D | 50 | 0 | 17 | 35 | A3 | 43 | 1C |
| Octal | 30 | 171 | 135 | 120 | 0 | 27 | 65 | 243 | 103 | 34 |
| Binary | 11000 | 1111001 | 1011101 | 1010000 | 0 | 10111 | 110101 | 10100011 | 1000011 | 11100 |
Color Harmonies of #18795D
Complementary color
Monochromatic Colors of #18795D
Black with #18795D
Text Example
Text Example
White with #18795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18795D; }
p { color: rgb(24,121,93); }
H1.HeaderClassName
{
color: #18795D;
}
.AnyTagClassName
{
color: #18795D;
}
</style>
background-color css
<style>
a { background-color: #18795D; }
a { background-color: rgb(24,121,93); }
div.DivClassName
{
background-color: #18795D;
}
.BgClassName
{
background-color: #18795D;
}
</style>
border-color css
<style>
span { border-color: #18795D; }
span { border-color: rgb(24,121,93); }
td.TdClassName
{
border-color: #18795D;
}
.TagClassName
{
border-color: #18795D;
}
</style>