Shades of Deep Sea #18766E
Tints of Deep Sea #18766E
RGB
CMYK
RGB Variations
Color information
#18766E (or 0x18766E) is known color: Deep Sea. HEX triplet: 18, 76 and 6E. RGB value is (24,118,110). Sum of RGB (Red+Green+Blue) = 24+118+110=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #18766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18766E is #E78991. Grayscale: #585858. Windows color (decimal): -15174034 or 7239192. OLE color: 7239192.
HSL color Cylindrical-coordinate representation of color #18766E: hue angle of 174.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18766E is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 118 | 110 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.54 |
| HSL | 174.89º | 0.66% | 0.28% | - |
| HSV(B) | 174.89º | 0.8% | 0.46% | - |
| XYZ | 9.67 | 14.28 | 17 | - |
| YUV | 88.98 | 139.86 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 110 | 0.80 | 0 | 0.07 | 0.54 | 174.89 | 0.66 | 0.28 |
| Hex | 18 | 76 | 6E | 50 | 0 | 7 | 36 | AF | 42 | 1C |
| Octal | 30 | 166 | 156 | 120 | 0 | 7 | 66 | 257 | 102 | 34 |
| Binary | 11000 | 1110110 | 1101110 | 1010000 | 0 | 111 | 110110 | 10101111 | 1000010 | 11100 |
Color Harmonies of #18766E
Complementary color
Monochromatic Colors of #18766E
Black with #18766E
Text Example
Text Example
White with #18766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18766E; }
p { color: rgb(24,118,110); }
H1.HeaderClassName
{
color: #18766E;
}
.AnyTagClassName
{
color: #18766E;
}
</style>
background-color css
<style>
a { background-color: #18766E; }
a { background-color: rgb(24,118,110); }
div.DivClassName
{
background-color: #18766E;
}
.BgClassName
{
background-color: #18766E;
}
</style>
border-color css
<style>
span { border-color: #18766E; }
span { border-color: rgb(24,118,110); }
td.TdClassName
{
border-color: #18766E;
}
.TagClassName
{
border-color: #18766E;
}
</style>