Shades of Deep Sea #18796B
Tints of Deep Sea #18796B
RGB
CMYK
RGB Variations
Color information
#18796B (or 0x18796B) is known color: Deep Sea. HEX triplet: 18, 79 and 6B. RGB value is (24,121,107). Sum of RGB (Red+Green+Blue) = 24+121+107=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #18796B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18796B is #E78694. Grayscale: #5A5A5A. Windows color (decimal): -15173269 or 7043352. OLE color: 7043352.
HSL color Cylindrical-coordinate representation of color #18796B: hue angle of 171.34º 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 #18796B is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 107 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.53 |
| HSL | 171.34º | 0.67% | 0.28% | - |
| HSV(B) | 171.34º | 0.8% | 0.47% | - |
| XYZ | 9.87 | 14.93 | 16.27 | - |
| YUV | 90.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 107 | 0.80 | 0 | 0.12 | 0.53 | 171.34 | 0.67 | 0.28 |
| Hex | 18 | 79 | 6B | 50 | 0 | C | 35 | AB | 43 | 1C |
| Octal | 30 | 171 | 153 | 120 | 0 | 14 | 65 | 253 | 103 | 34 |
| Binary | 11000 | 1111001 | 1101011 | 1010000 | 0 | 1100 | 110101 | 10101011 | 1000011 | 11100 |
Color Harmonies of #18796B
Complementary color
Monochromatic Colors of #18796B
Black with #18796B
Text Example
Text Example
White with #18796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18796B; }
p { color: rgb(24,121,107); }
H1.HeaderClassName
{
color: #18796B;
}
.AnyTagClassName
{
color: #18796B;
}
</style>
background-color css
<style>
a { background-color: #18796B; }
a { background-color: rgb(24,121,107); }
div.DivClassName
{
background-color: #18796B;
}
.BgClassName
{
background-color: #18796B;
}
</style>
border-color css
<style>
span { border-color: #18796B; }
span { border-color: rgb(24,121,107); }
td.TdClassName
{
border-color: #18796B;
}
.TagClassName
{
border-color: #18796B;
}
</style>