Shades of Elm #187B7C
Tints of Elm #187B7C
RGB
CMYK
RGB Variations
Color information
#187B7C (or 0x187B7C) is known color: Elm. HEX triplet: 18, 7B and 7C. RGB value is (24,123,124). Sum of RGB (Red+Green+Blue) = 24+123+124=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #187B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187B7C is #E78483. Grayscale: #5D5D5D. Windows color (decimal): -15172740 or 8157976. OLE color: 8157976.
HSL color Cylindrical-coordinate representation of color #187B7C: hue angle of 180.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187B7C is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 123 | 124 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.51 |
| HSL | 180.6º | 0.68% | 0.29% | - |
| HSV(B) | 180.6º | 0.81% | 0.49% | - |
| XYZ | 11.1 | 15.82 | 21.54 | - |
| YUV | 93.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 124 | 0.81 | 0.01 | 0 | 0.51 | 180.6 | 0.68 | 0.29 |
| Hex | 18 | 7B | 7C | 51 | 1 | 0 | 33 | B5 | 44 | 1D |
| Octal | 30 | 173 | 174 | 121 | 1 | 0 | 63 | 265 | 104 | 35 |
| Binary | 11000 | 1111011 | 1111100 | 1010001 | 1 | 0 | 110011 | 10110101 | 1000100 | 11101 |
Color Harmonies of #187B7C
Complementary color
Monochromatic Colors of #187B7C
Black with #187B7C
Text Example
Text Example
White with #187B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187B7C; }
p { color: rgb(24,123,124); }
H1.HeaderClassName
{
color: #187B7C;
}
.AnyTagClassName
{
color: #187B7C;
}
</style>
background-color css
<style>
a { background-color: #187B7C; }
a { background-color: rgb(24,123,124); }
div.DivClassName
{
background-color: #187B7C;
}
.BgClassName
{
background-color: #187B7C;
}
</style>
border-color css
<style>
span { border-color: #187B7C; }
span { border-color: rgb(24,123,124); }
td.TdClassName
{
border-color: #187B7C;
}
.TagClassName
{
border-color: #187B7C;
}
</style>