Shades of Elm #268A7F
Tints of Elm #268A7F
RGB
CMYK
RGB Variations
Color information
#268A7F (or 0x268A7F) is known color: Elm. HEX triplet: 26, 8A and 7F. RGB value is (38,138,127). Sum of RGB (Red+Green+Blue) = 38+138+127=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #268A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268A7F is #D97580. Grayscale: #6A6A6A. Windows color (decimal): -14251393 or 8358438. OLE color: 8358438.
HSL color Cylindrical-coordinate representation of color #268A7F: hue angle of 173.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A7F is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 127 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.46 |
| HSL | 173.4º | 0.57% | 0.35% | - |
| HSV(B) | 173.4º | 0.72% | 0.54% | - |
| XYZ | 13.72 | 20.12 | 23.24 | - |
| YUV | 106.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 127 | 0.72 | 0 | 0.08 | 0.46 | 173.4 | 0.57 | 0.35 |
| Hex | 26 | 8A | 7F | 48 | 0 | 8 | 2E | AD | 39 | 23 |
| Octal | 46 | 212 | 177 | 110 | 0 | 10 | 56 | 255 | 71 | 43 |
| Binary | 100110 | 10001010 | 1111111 | 1001000 | 0 | 1000 | 101110 | 10101101 | 111001 | 100011 |
Color Harmonies of #268A7F
Complementary color
Monochromatic Colors of #268A7F
Black with #268A7F
Text Example
Text Example
White with #268A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A7F; }
p { color: rgb(38,138,127); }
H1.HeaderClassName
{
color: #268A7F;
}
.AnyTagClassName
{
color: #268A7F;
}
</style>
background-color css
<style>
a { background-color: #268A7F; }
a { background-color: rgb(38,138,127); }
div.DivClassName
{
background-color: #268A7F;
}
.BgClassName
{
background-color: #268A7F;
}
</style>
border-color css
<style>
span { border-color: #268A7F; }
span { border-color: rgb(38,138,127); }
td.TdClassName
{
border-color: #268A7F;
}
.TagClassName
{
border-color: #268A7F;
}
</style>