Shades of Jewel #186A4F
Tints of Jewel #186A4F
RGB
CMYK
RGB Variations
Color information
#186A4F (or 0x186A4F) is known color: Jewel. HEX triplet: 18, 6A and 4F. RGB value is (24,106,79). Sum of RGB (Red+Green+Blue) = 24+106+79=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #186A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A4F is #E795B0. Grayscale: #4E4E4E. Windows color (decimal): -15177137 or 5204504. OLE color: 5204504.
HSL color Cylindrical-coordinate representation of color #186A4F: hue angle of 160.24º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A4F is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 79 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.58 |
| HSL | 160.24º | 0.63% | 0.25% | - |
| HSV(B) | 160.24º | 0.77% | 0.42% | - |
| XYZ | 6.94 | 11.07 | 9.17 | - |
| YUV | 78.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 79 | 0.77 | 0 | 0.25 | 0.58 | 160.24 | 0.63 | 0.25 |
| Hex | 18 | 6A | 4F | 4D | 0 | 19 | 3A | A0 | 3F | 19 |
| Octal | 30 | 152 | 117 | 115 | 0 | 31 | 72 | 240 | 77 | 31 |
| Binary | 11000 | 1101010 | 1001111 | 1001101 | 0 | 11001 | 111010 | 10100000 | 111111 | 11001 |
Color Harmonies of #186A4F
Complementary color
Monochromatic Colors of #186A4F
Black with #186A4F
Text Example
Text Example
White with #186A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A4F; }
p { color: rgb(24,106,79); }
H1.HeaderClassName
{
color: #186A4F;
}
.AnyTagClassName
{
color: #186A4F;
}
</style>
background-color css
<style>
a { background-color: #186A4F; }
a { background-color: rgb(24,106,79); }
div.DivClassName
{
background-color: #186A4F;
}
.BgClassName
{
background-color: #186A4F;
}
</style>
border-color css
<style>
span { border-color: #186A4F; }
span { border-color: rgb(24,106,79); }
td.TdClassName
{
border-color: #186A4F;
}
.TagClassName
{
border-color: #186A4F;
}
</style>