Shades of Elm #248B7B
Tints of Elm #248B7B
RGB
CMYK
RGB Variations
Color information
#248B7B (or 0x248B7B) is known color: Elm. HEX triplet: 24, 8B and 7B. RGB value is (36,139,123). Sum of RGB (Red+Green+Blue) = 36+139+123=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #248B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B7B is #DB7484. Grayscale: #6A6A6A. Windows color (decimal): -14382213 or 8096548. OLE color: 8096548.
HSL color Cylindrical-coordinate representation of color #248B7B: hue angle of 170.68º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B7B is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 123 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.45 |
| HSL | 170.68º | 0.59% | 0.34% | - |
| HSV(B) | 170.68º | 0.74% | 0.55% | - |
| XYZ | 13.54 | 20.27 | 21.94 | - |
| YUV | 106.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 123 | 0.74 | 0 | 0.12 | 0.45 | 170.68 | 0.59 | 0.34 |
| Hex | 24 | 8B | 7B | 4A | 0 | C | 2D | AB | 3B | 22 |
| Octal | 44 | 213 | 173 | 112 | 0 | 14 | 55 | 253 | 73 | 42 |
| Binary | 100100 | 10001011 | 1111011 | 1001010 | 0 | 1100 | 101101 | 10101011 | 111011 | 100010 |
Color Harmonies of #248B7B
Complementary color
Monochromatic Colors of #248B7B
Black with #248B7B
Text Example
Text Example
White with #248B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B7B; }
p { color: rgb(36,139,123); }
H1.HeaderClassName
{
color: #248B7B;
}
.AnyTagClassName
{
color: #248B7B;
}
</style>
background-color css
<style>
a { background-color: #248B7B; }
a { background-color: rgb(36,139,123); }
div.DivClassName
{
background-color: #248B7B;
}
.BgClassName
{
background-color: #248B7B;
}
</style>
border-color css
<style>
span { border-color: #248B7B; }
span { border-color: rgb(36,139,123); }
td.TdClassName
{
border-color: #248B7B;
}
.TagClassName
{
border-color: #248B7B;
}
</style>