Shades of Elm #188276
Tints of Elm #188276
RGB
CMYK
RGB Variations
Color information
#188276 (or 0x188276) is known color: Elm. HEX triplet: 18, 82 and 76. RGB value is (24,130,118). Sum of RGB (Red+Green+Blue) = 24+130+118=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #188276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188276 is #E77D89. Grayscale: #606060. Windows color (decimal): -15170954 or 7766552. OLE color: 7766552.
HSL color Cylindrical-coordinate representation of color #188276: hue angle of 173.21º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188276 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 118 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.49 |
| HSL | 173.21º | 0.69% | 0.3% | - |
| HSV(B) | 173.21º | 0.82% | 0.51% | - |
| XYZ | 11.63 | 17.47 | 19.9 | - |
| YUV | 96.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 118 | 0.82 | 0 | 0.09 | 0.49 | 173.21 | 0.69 | 0.3 |
| Hex | 18 | 82 | 76 | 52 | 0 | 9 | 31 | AD | 45 | 1E |
| Octal | 30 | 202 | 166 | 122 | 0 | 11 | 61 | 255 | 105 | 36 |
| Binary | 11000 | 10000010 | 1110110 | 1010010 | 0 | 1001 | 110001 | 10101101 | 1000101 | 11110 |
Color Harmonies of #188276
Complementary color
Monochromatic Colors of #188276
Black with #188276
Text Example
Text Example
White with #188276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188276; }
p { color: rgb(24,130,118); }
H1.HeaderClassName
{
color: #188276;
}
.AnyTagClassName
{
color: #188276;
}
</style>
background-color css
<style>
a { background-color: #188276; }
a { background-color: rgb(24,130,118); }
div.DivClassName
{
background-color: #188276;
}
.BgClassName
{
background-color: #188276;
}
</style>
border-color css
<style>
span { border-color: #188276; }
span { border-color: rgb(24,130,118); }
td.TdClassName
{
border-color: #188276;
}
.TagClassName
{
border-color: #188276;
}
</style>