Shades of Elm #268A85
Tints of Elm #268A85
RGB
CMYK
RGB Variations
Color information
#268A85 (or 0x268A85) is known color: Elm. HEX triplet: 26, 8A and 85. RGB value is (38,138,133). Sum of RGB (Red+Green+Blue) = 38+138+133=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #268A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A85 is #D9757A. Grayscale: #6B6B6B. Windows color (decimal): -14251387 or 8751654. OLE color: 8751654.
HSL color Cylindrical-coordinate representation of color #268A85: hue angle of 177º 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 #268A85 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 133 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.46 |
| HSL | 177º | 0.57% | 0.35% | - |
| HSV(B) | 177º | 0.72% | 0.54% | - |
| XYZ | 14.12 | 20.28 | 25.36 | - |
| YUV | 107.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 133 | 0.72 | 0 | 0.04 | 0.46 | 177 | 0.57 | 0.35 |
| Hex | 26 | 8A | 85 | 48 | 0 | 4 | 2E | B1 | 39 | 23 |
| Octal | 46 | 212 | 205 | 110 | 0 | 4 | 56 | 261 | 71 | 43 |
| Binary | 100110 | 10001010 | 10000101 | 1001000 | 0 | 100 | 101110 | 10110001 | 111001 | 100011 |
Color Harmonies of #268A85
Complementary color
Monochromatic Colors of #268A85
Black with #268A85
Text Example
Text Example
White with #268A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A85; }
p { color: rgb(38,138,133); }
H1.HeaderClassName
{
color: #268A85;
}
.AnyTagClassName
{
color: #268A85;
}
</style>
background-color css
<style>
a { background-color: #268A85; }
a { background-color: rgb(38,138,133); }
div.DivClassName
{
background-color: #268A85;
}
.BgClassName
{
background-color: #268A85;
}
</style>
border-color css
<style>
span { border-color: #268A85; }
span { border-color: rgb(38,138,133); }
td.TdClassName
{
border-color: #268A85;
}
.TagClassName
{
border-color: #268A85;
}
</style>