Shades of Elm #268E7C
Tints of Elm #268E7C
RGB
CMYK
RGB Variations
Color information
#268E7C (or 0x268E7C) is known color: Elm. HEX triplet: 26, 8E and 7C. RGB value is (38,142,124). Sum of RGB (Red+Green+Blue) = 38+142+124=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #268E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268E7C is #D97183. Grayscale: #6C6C6C. Windows color (decimal): -14250372 or 8162854. OLE color: 8162854.
HSL color Cylindrical-coordinate representation of color #268E7C: hue angle of 169.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268E7C is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 142 | 124 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.44 |
| HSL | 169.62º | 0.58% | 0.35% | - |
| HSV(B) | 169.62º | 0.73% | 0.56% | - |
| XYZ | 14.11 | 21.21 | 22.42 | - |
| YUV | 108.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 124 | 0.73 | 0 | 0.13 | 0.44 | 169.62 | 0.58 | 0.35 |
| Hex | 26 | 8E | 7C | 49 | 0 | D | 2C | AA | 3A | 23 |
| Octal | 46 | 216 | 174 | 111 | 0 | 15 | 54 | 252 | 72 | 43 |
| Binary | 100110 | 10001110 | 1111100 | 1001001 | 0 | 1101 | 101100 | 10101010 | 111010 | 100011 |
Color Harmonies of #268E7C
Complementary color
Monochromatic Colors of #268E7C
Black with #268E7C
Text Example
Text Example
White with #268E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268E7C; }
p { color: rgb(38,142,124); }
H1.HeaderClassName
{
color: #268E7C;
}
.AnyTagClassName
{
color: #268E7C;
}
</style>
background-color css
<style>
a { background-color: #268E7C; }
a { background-color: rgb(38,142,124); }
div.DivClassName
{
background-color: #268E7C;
}
.BgClassName
{
background-color: #268E7C;
}
</style>
border-color css
<style>
span { border-color: #268E7C; }
span { border-color: rgb(38,142,124); }
td.TdClassName
{
border-color: #268E7C;
}
.TagClassName
{
border-color: #268E7C;
}
</style>