Shades of Elm #258A84
Tints of Elm #258A84
RGB
CMYK
RGB Variations
Color information
#258A84 (or 0x258A84) is known color: Elm. HEX triplet: 25, 8A and 84. RGB value is (37,138,132). Sum of RGB (Red+Green+Blue) = 37+138+132=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #258A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A84 is #DA757B. Grayscale: #6B6B6B. Windows color (decimal): -14316924 or 8686117. OLE color: 8686117.
HSL color Cylindrical-coordinate representation of color #258A84: hue angle of 176.44º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A84 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 138 | 132 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.46 |
| HSL | 176.44º | 0.58% | 0.34% | - |
| HSV(B) | 176.44º | 0.73% | 0.54% | - |
| XYZ | 14.02 | 20.24 | 25 | - |
| YUV | 107.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 132 | 0.73 | 0 | 0.04 | 0.46 | 176.44 | 0.58 | 0.34 |
| Hex | 25 | 8A | 84 | 49 | 0 | 4 | 2E | B0 | 3A | 22 |
| Octal | 45 | 212 | 204 | 111 | 0 | 4 | 56 | 260 | 72 | 42 |
| Binary | 100101 | 10001010 | 10000100 | 1001001 | 0 | 100 | 101110 | 10110000 | 111010 | 100010 |
Color Harmonies of #258A84
Complementary color
Monochromatic Colors of #258A84
Black with #258A84
Text Example
Text Example
White with #258A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A84; }
p { color: rgb(37,138,132); }
H1.HeaderClassName
{
color: #258A84;
}
.AnyTagClassName
{
color: #258A84;
}
</style>
background-color css
<style>
a { background-color: #258A84; }
a { background-color: rgb(37,138,132); }
div.DivClassName
{
background-color: #258A84;
}
.BgClassName
{
background-color: #258A84;
}
</style>
border-color css
<style>
span { border-color: #258A84; }
span { border-color: rgb(37,138,132); }
td.TdClassName
{
border-color: #258A84;
}
.TagClassName
{
border-color: #258A84;
}
</style>