Shades of Deep Sea #186F5B
Tints of Deep Sea #186F5B
RGB
CMYK
RGB Variations
Color information
#186F5B (or 0x186F5B) is known color: Deep Sea. HEX triplet: 18, 6F and 5B. RGB value is (24,111,91). Sum of RGB (Red+Green+Blue) = 24+111+91=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #186F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F5B is #E790A4. Grayscale: #525252. Windows color (decimal): -15175845 or 5992216. OLE color: 5992216.
HSL color Cylindrical-coordinate representation of color #186F5B: hue angle of 166.21º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186F5B is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 111 | 91 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.56 |
| HSL | 166.21º | 0.64% | 0.26% | - |
| HSV(B) | 166.21º | 0.78% | 0.44% | - |
| XYZ | 7.95 | 12.32 | 11.86 | - |
| YUV | 82.71 | 132.68 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 91 | 0.78 | 0 | 0.18 | 0.56 | 166.21 | 0.64 | 0.26 |
| Hex | 18 | 6F | 5B | 4E | 0 | 12 | 38 | A6 | 40 | 1A |
| Octal | 30 | 157 | 133 | 116 | 0 | 22 | 70 | 246 | 100 | 32 |
| Binary | 11000 | 1101111 | 1011011 | 1001110 | 0 | 10010 | 111000 | 10100110 | 1000000 | 11010 |
Color Harmonies of #186F5B
Complementary color
Monochromatic Colors of #186F5B
Black with #186F5B
Text Example
Text Example
White with #186F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F5B; }
p { color: rgb(24,111,91); }
H1.HeaderClassName
{
color: #186F5B;
}
.AnyTagClassName
{
color: #186F5B;
}
</style>
background-color css
<style>
a { background-color: #186F5B; }
a { background-color: rgb(24,111,91); }
div.DivClassName
{
background-color: #186F5B;
}
.BgClassName
{
background-color: #186F5B;
}
</style>
border-color css
<style>
span { border-color: #186F5B; }
span { border-color: rgb(24,111,91); }
td.TdClassName
{
border-color: #186F5B;
}
.TagClassName
{
border-color: #186F5B;
}
</style>