Shades of Deep Sea #18756D
Tints of Deep Sea #18756D
RGB
CMYK
RGB Variations
Color information
#18756D (or 0x18756D) is known color: Deep Sea. HEX triplet: 18, 75 and 6D. RGB value is (24,117,109). Sum of RGB (Red+Green+Blue) = 24+117+109=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #18756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18756D is #E78A92. Grayscale: #585858. Windows color (decimal): -15174291 or 7173400. OLE color: 7173400.
HSL color Cylindrical-coordinate representation of color #18756D: hue angle of 174.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18756D is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 117 | 109 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.54 |
| HSL | 174.84º | 0.66% | 0.28% | - |
| HSV(B) | 174.84º | 0.79% | 0.46% | - |
| XYZ | 9.5 | 14.02 | 16.67 | - |
| YUV | 88.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 109 | 0.79 | 0 | 0.07 | 0.54 | 174.84 | 0.66 | 0.28 |
| Hex | 18 | 75 | 6D | 4F | 0 | 7 | 36 | AF | 42 | 1C |
| Octal | 30 | 165 | 155 | 117 | 0 | 7 | 66 | 257 | 102 | 34 |
| Binary | 11000 | 1110101 | 1101101 | 1001111 | 0 | 111 | 110110 | 10101111 | 1000010 | 11100 |
Color Harmonies of #18756D
Complementary color
Monochromatic Colors of #18756D
Black with #18756D
Text Example
Text Example
White with #18756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18756D; }
p { color: rgb(24,117,109); }
H1.HeaderClassName
{
color: #18756D;
}
.AnyTagClassName
{
color: #18756D;
}
</style>
background-color css
<style>
a { background-color: #18756D; }
a { background-color: rgb(24,117,109); }
div.DivClassName
{
background-color: #18756D;
}
.BgClassName
{
background-color: #18756D;
}
</style>
border-color css
<style>
span { border-color: #18756D; }
span { border-color: rgb(24,117,109); }
td.TdClassName
{
border-color: #18756D;
}
.TagClassName
{
border-color: #18756D;
}
</style>