Shades of Deep Sea #18786E
Tints of Deep Sea #18786E
RGB
CMYK
RGB Variations
Color information
#18786E (or 0x18786E) is known color: Deep Sea. HEX triplet: 18, 78 and 6E. RGB value is (24,120,110). Sum of RGB (Red+Green+Blue) = 24+120+110=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #18786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18786E is #E78791. Grayscale: #5A5A5A. Windows color (decimal): -15173522 or 7239704. OLE color: 7239704.
HSL color Cylindrical-coordinate representation of color #18786E: hue angle of 173.75º 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 #18786E is Cyan = 0.8, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 120 | 110 | - |
| CMYK | 0.8 | 0 | 0.08 | 0.53 |
| HSL | 173.75º | 0.67% | 0.28% | - |
| HSV(B) | 173.75º | 0.8% | 0.47% | - |
| XYZ | 9.91 | 14.75 | 17.08 | - |
| YUV | 90.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 110 | 0.8 | 0 | 0.08 | 0.53 | 173.75 | 0.67 | 0.28 |
| Hex | 18 | 78 | 6E | 50 | 0 | 8 | 35 | AE | 43 | 1C |
| Octal | 30 | 170 | 156 | 120 | 0 | 10 | 65 | 256 | 103 | 34 |
| Binary | 11000 | 1111000 | 1101110 | 1010000 | 0 | 1000 | 110101 | 10101110 | 1000011 | 11100 |
Color Harmonies of #18786E
Complementary color
Monochromatic Colors of #18786E
Black with #18786E
Text Example
Text Example
White with #18786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18786E; }
p { color: rgb(24,120,110); }
H1.HeaderClassName
{
color: #18786E;
}
.AnyTagClassName
{
color: #18786E;
}
</style>
background-color css
<style>
a { background-color: #18786E; }
a { background-color: rgb(24,120,110); }
div.DivClassName
{
background-color: #18786E;
}
.BgClassName
{
background-color: #18786E;
}
</style>
border-color css
<style>
span { border-color: #18786E; }
span { border-color: rgb(24,120,110); }
td.TdClassName
{
border-color: #18786E;
}
.TagClassName
{
border-color: #18786E;
}
</style>