Shades of Elm #268B85
Tints of Elm #268B85
RGB
CMYK
RGB Variations
Color information
#268B85 (or 0x268B85) is known color: Elm. HEX triplet: 26, 8B and 85. RGB value is (38,139,133). Sum of RGB (Red+Green+Blue) = 38+139+133=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #268B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B85 is #D9747A. Grayscale: #6C6C6C. Windows color (decimal): -14251131 or 8751910. OLE color: 8751910.
HSL color Cylindrical-coordinate representation of color #268B85: hue angle of 176.44º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B85 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 139 | 133 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.45 |
| HSL | 176.44º | 0.57% | 0.35% | - |
| HSV(B) | 176.44º | 0.73% | 0.55% | - |
| XYZ | 14.27 | 20.57 | 25.41 | - |
| YUV | 108.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 133 | 0.73 | 0 | 0.04 | 0.45 | 176.44 | 0.57 | 0.35 |
| Hex | 26 | 8B | 85 | 49 | 0 | 4 | 2D | B0 | 39 | 23 |
| Octal | 46 | 213 | 205 | 111 | 0 | 4 | 55 | 260 | 71 | 43 |
| Binary | 100110 | 10001011 | 10000101 | 1001001 | 0 | 100 | 101101 | 10110000 | 111001 | 100011 |
Color Harmonies of #268B85
Complementary color
Monochromatic Colors of #268B85
Black with #268B85
Text Example
Text Example
White with #268B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B85; }
p { color: rgb(38,139,133); }
H1.HeaderClassName
{
color: #268B85;
}
.AnyTagClassName
{
color: #268B85;
}
</style>
background-color css
<style>
a { background-color: #268B85; }
a { background-color: rgb(38,139,133); }
div.DivClassName
{
background-color: #268B85;
}
.BgClassName
{
background-color: #268B85;
}
</style>
border-color css
<style>
span { border-color: #268B85; }
span { border-color: rgb(38,139,133); }
td.TdClassName
{
border-color: #268B85;
}
.TagClassName
{
border-color: #268B85;
}
</style>