Shades of Deep Sea #18816D
Tints of Deep Sea #18816D
RGB
CMYK
RGB Variations
Color information
#18816D (or 0x18816D) is known color: Deep Sea. HEX triplet: 18, 81 and 6D. RGB value is (24,129,109). Sum of RGB (Red+Green+Blue) = 24+129+109=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #18816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18816D is #E77E92. Grayscale: #5F5F5F. Windows color (decimal): -15171219 or 7176472. OLE color: 7176472.
HSL color Cylindrical-coordinate representation of color #18816D: hue angle of 168.57º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18816D is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 129 | 109 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.49 |
| HSL | 168.57º | 0.69% | 0.3% | - |
| HSV(B) | 168.57º | 0.81% | 0.51% | - |
| XYZ | 10.99 | 17 | 17.17 | - |
| YUV | 95.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 109 | 0.81 | 0 | 0.16 | 0.49 | 168.57 | 0.69 | 0.3 |
| Hex | 18 | 81 | 6D | 51 | 0 | 10 | 31 | A9 | 45 | 1E |
| Octal | 30 | 201 | 155 | 121 | 0 | 20 | 61 | 251 | 105 | 36 |
| Binary | 11000 | 10000001 | 1101101 | 1010001 | 0 | 10000 | 110001 | 10101001 | 1000101 | 11110 |
Color Harmonies of #18816D
Complementary color
Monochromatic Colors of #18816D
Black with #18816D
Text Example
Text Example
White with #18816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18816D; }
p { color: rgb(24,129,109); }
H1.HeaderClassName
{
color: #18816D;
}
.AnyTagClassName
{
color: #18816D;
}
</style>
background-color css
<style>
a { background-color: #18816D; }
a { background-color: rgb(24,129,109); }
div.DivClassName
{
background-color: #18816D;
}
.BgClassName
{
background-color: #18816D;
}
</style>
border-color css
<style>
span { border-color: #18816D; }
span { border-color: rgb(24,129,109); }
td.TdClassName
{
border-color: #18816D;
}
.TagClassName
{
border-color: #18816D;
}
</style>