Shades of Elm #248A7B
Tints of Elm #248A7B
RGB
CMYK
RGB Variations
Color information
#248A7B (or 0x248A7B) is known color: Elm. HEX triplet: 24, 8A and 7B. RGB value is (36,138,123). Sum of RGB (Red+Green+Blue) = 36+138+123=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #248A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A7B is #DB7584. Grayscale: #696969. Windows color (decimal): -14382469 or 8096292. OLE color: 8096292.
HSL color Cylindrical-coordinate representation of color #248A7B: hue angle of 171.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A7B is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 123 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.46 |
| HSL | 171.18º | 0.59% | 0.34% | - |
| HSV(B) | 171.18º | 0.74% | 0.54% | - |
| XYZ | 13.39 | 19.98 | 21.89 | - |
| YUV | 105.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 123 | 0.74 | 0 | 0.11 | 0.46 | 171.18 | 0.59 | 0.34 |
| Hex | 24 | 8A | 7B | 4A | 0 | B | 2E | AB | 3B | 22 |
| Octal | 44 | 212 | 173 | 112 | 0 | 13 | 56 | 253 | 73 | 42 |
| Binary | 100100 | 10001010 | 1111011 | 1001010 | 0 | 1011 | 101110 | 10101011 | 111011 | 100010 |
Color Harmonies of #248A7B
Complementary color
Monochromatic Colors of #248A7B
Black with #248A7B
Text Example
Text Example
White with #248A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A7B; }
p { color: rgb(36,138,123); }
H1.HeaderClassName
{
color: #248A7B;
}
.AnyTagClassName
{
color: #248A7B;
}
</style>
background-color css
<style>
a { background-color: #248A7B; }
a { background-color: rgb(36,138,123); }
div.DivClassName
{
background-color: #248A7B;
}
.BgClassName
{
background-color: #248A7B;
}
</style>
border-color css
<style>
span { border-color: #248A7B; }
span { border-color: rgb(36,138,123); }
td.TdClassName
{
border-color: #248A7B;
}
.TagClassName
{
border-color: #248A7B;
}
</style>