Shades of Eden #266A57
Tints of Eden #266A57
RGB
CMYK
RGB Variations
Color information
#266A57 (or 0x266A57) is known color: Eden. HEX triplet: 26, 6A and 57. RGB value is (38,106,87). Sum of RGB (Red+Green+Blue) = 38+106+87=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 106 - color contains mainly: green. Hex color #266A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266A57 is #D995A8. Grayscale: #535353. Windows color (decimal): -14259625 or 5728806. OLE color: 5728806.
HSL color Cylindrical-coordinate representation of color #266A57: hue angle of 163.24º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266A57 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 106 | 87 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.58 |
| HSL | 163.24º | 0.47% | 0.28% | - |
| HSV(B) | 163.24º | 0.64% | 0.42% | - |
| XYZ | 7.67 | 11.41 | 10.81 | - |
| YUV | 83.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 87 | 0.64 | 0 | 0.18 | 0.58 | 163.24 | 0.47 | 0.28 |
| Hex | 26 | 6A | 57 | 40 | 0 | 12 | 3A | A3 | 2F | 1C |
| Octal | 46 | 152 | 127 | 100 | 0 | 22 | 72 | 243 | 57 | 34 |
| Binary | 100110 | 1101010 | 1010111 | 1000000 | 0 | 10010 | 111010 | 10100011 | 101111 | 11100 |
Color Harmonies of #266A57
Complementary color
Monochromatic Colors of #266A57
Black with #266A57
Text Example
Text Example
White with #266A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266A57; }
p { color: rgb(38,106,87); }
H1.HeaderClassName
{
color: #266A57;
}
.AnyTagClassName
{
color: #266A57;
}
</style>
background-color css
<style>
a { background-color: #266A57; }
a { background-color: rgb(38,106,87); }
div.DivClassName
{
background-color: #266A57;
}
.BgClassName
{
background-color: #266A57;
}
</style>
border-color css
<style>
span { border-color: #266A57; }
span { border-color: rgb(38,106,87); }
td.TdClassName
{
border-color: #266A57;
}
.TagClassName
{
border-color: #266A57;
}
</style>