Shades of Deep Sea #18806E
Tints of Deep Sea #18806E
RGB
CMYK
RGB Variations
Color information
#18806E (or 0x18806E) is known color: Deep Sea. HEX triplet: 18, 80 and 6E. RGB value is (24,128,110). Sum of RGB (Red+Green+Blue) = 24+128+110=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #18806E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18806E is #E77F91. Grayscale: #5E5E5E. Windows color (decimal): -15171474 or 7241752. OLE color: 7241752.
HSL color Cylindrical-coordinate representation of color #18806E: hue angle of 169.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18806E is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 110 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.50 |
| HSL | 169.62º | 0.68% | 0.3% | - |
| HSV(B) | 169.62º | 0.81% | 0.5% | - |
| XYZ | 10.91 | 16.76 | 17.41 | - |
| YUV | 94.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 110 | 0.81 | 0 | 0.14 | 0.50 | 169.62 | 0.68 | 0.3 |
| Hex | 18 | 80 | 6E | 51 | 0 | E | 32 | AA | 44 | 1E |
| Octal | 30 | 200 | 156 | 121 | 0 | 16 | 62 | 252 | 104 | 36 |
| Binary | 11000 | 10000000 | 1101110 | 1010001 | 0 | 1110 | 110010 | 10101010 | 1000100 | 11110 |
Color Harmonies of #18806E
Complementary color
Monochromatic Colors of #18806E
Black with #18806E
Text Example
Text Example
White with #18806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18806E; }
p { color: rgb(24,128,110); }
H1.HeaderClassName
{
color: #18806E;
}
.AnyTagClassName
{
color: #18806E;
}
</style>
background-color css
<style>
a { background-color: #18806E; }
a { background-color: rgb(24,128,110); }
div.DivClassName
{
background-color: #18806E;
}
.BgClassName
{
background-color: #18806E;
}
</style>
border-color css
<style>
span { border-color: #18806E; }
span { border-color: rgb(24,128,110); }
td.TdClassName
{
border-color: #18806E;
}
.TagClassName
{
border-color: #18806E;
}
</style>