Shades of Jewel #186248
Tints of Jewel #186248
RGB
CMYK
RGB Variations
Color information
#186248 (or 0x186248) is known color: Jewel. HEX triplet: 18, 62 and 48. RGB value is (24,98,72). Sum of RGB (Red+Green+Blue) = 24+98+72=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #186248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186248 is #E79DB7. Grayscale: #484848. Windows color (decimal): -15179192 or 4743704. OLE color: 4743704.
HSL color Cylindrical-coordinate representation of color #186248: hue angle of 158.92º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186248 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 98 | 72 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.62 |
| HSL | 158.92º | 0.61% | 0.24% | - |
| HSV(B) | 158.92º | 0.76% | 0.38% | - |
| XYZ | 5.91 | 9.4 | 7.63 | - |
| YUV | 72.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 72 | 0.76 | 0 | 0.27 | 0.62 | 158.92 | 0.61 | 0.24 |
| Hex | 18 | 62 | 48 | 4C | 0 | 1B | 3E | 9F | 3D | 18 |
| Octal | 30 | 142 | 110 | 114 | 0 | 33 | 76 | 237 | 75 | 30 |
| Binary | 11000 | 1100010 | 1001000 | 1001100 | 0 | 11011 | 111110 | 10011111 | 111101 | 11000 |
Color Harmonies of #186248
Complementary color
Monochromatic Colors of #186248
Black with #186248
Text Example
Text Example
White with #186248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186248; }
p { color: rgb(24,98,72); }
H1.HeaderClassName
{
color: #186248;
}
.AnyTagClassName
{
color: #186248;
}
</style>
background-color css
<style>
a { background-color: #186248; }
a { background-color: rgb(24,98,72); }
div.DivClassName
{
background-color: #186248;
}
.BgClassName
{
background-color: #186248;
}
</style>
border-color css
<style>
span { border-color: #186248; }
span { border-color: rgb(24,98,72); }
td.TdClassName
{
border-color: #186248;
}
.TagClassName
{
border-color: #186248;
}
</style>