Shades of Jewel #186A4C
Tints of Jewel #186A4C
RGB
CMYK
RGB Variations
Color information
#186A4C (or 0x186A4C) is known color: Jewel. HEX triplet: 18, 6A and 4C. RGB value is (24,106,76). Sum of RGB (Red+Green+Blue) = 24+106+76=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #186A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A4C is #E795B3. Grayscale: #4E4E4E. Windows color (decimal): -15177140 or 5007896. OLE color: 5007896.
HSL color Cylindrical-coordinate representation of color #186A4C: hue angle of 158.05º 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 #186A4C is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 76 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.58 |
| HSL | 158.05º | 0.63% | 0.25% | - |
| HSV(B) | 158.05º | 0.77% | 0.42% | - |
| XYZ | 6.84 | 11.02 | 8.61 | - |
| YUV | 78.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 76 | 0.77 | 0 | 0.28 | 0.58 | 158.05 | 0.63 | 0.25 |
| Hex | 18 | 6A | 4C | 4D | 0 | 1C | 3A | 9E | 3F | 19 |
| Octal | 30 | 152 | 114 | 115 | 0 | 34 | 72 | 236 | 77 | 31 |
| Binary | 11000 | 1101010 | 1001100 | 1001101 | 0 | 11100 | 111010 | 10011110 | 111111 | 11001 |
Color Harmonies of #186A4C
Complementary color
Monochromatic Colors of #186A4C
Black with #186A4C
Text Example
Text Example
White with #186A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A4C; }
p { color: rgb(24,106,76); }
H1.HeaderClassName
{
color: #186A4C;
}
.AnyTagClassName
{
color: #186A4C;
}
</style>
background-color css
<style>
a { background-color: #186A4C; }
a { background-color: rgb(24,106,76); }
div.DivClassName
{
background-color: #186A4C;
}
.BgClassName
{
background-color: #186A4C;
}
</style>
border-color css
<style>
span { border-color: #186A4C; }
span { border-color: rgb(24,106,76); }
td.TdClassName
{
border-color: #186A4C;
}
.TagClassName
{
border-color: #186A4C;
}
</style>