Shades of Eden #266F59
Tints of Eden #266F59
RGB
CMYK
RGB Variations
Color information
#266F59 (or 0x266F59) is known color: Eden. HEX triplet: 26, 6F and 59. RGB value is (38,111,89). Sum of RGB (Red+Green+Blue) = 38+111+89=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #266F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F59 is #D990A6. Grayscale: #565656. Windows color (decimal): -14258343 or 5861158. OLE color: 5861158.
HSL color Cylindrical-coordinate representation of color #266F59: hue angle of 161.92º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F59 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 89 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.56 |
| HSL | 161.92º | 0.49% | 0.29% | - |
| HSV(B) | 161.92º | 0.66% | 0.44% | - |
| XYZ | 8.29 | 12.5 | 11.43 | - |
| YUV | 86.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 89 | 0.66 | 0 | 0.20 | 0.56 | 161.92 | 0.49 | 0.29 |
| Hex | 26 | 6F | 59 | 42 | 0 | 14 | 38 | A2 | 31 | 1D |
| Octal | 46 | 157 | 131 | 102 | 0 | 24 | 70 | 242 | 61 | 35 |
| Binary | 100110 | 1101111 | 1011001 | 1000010 | 0 | 10100 | 111000 | 10100010 | 110001 | 11101 |
Color Harmonies of #266F59
Complementary color
Monochromatic Colors of #266F59
Black with #266F59
Text Example
Text Example
White with #266F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F59; }
p { color: rgb(38,111,89); }
H1.HeaderClassName
{
color: #266F59;
}
.AnyTagClassName
{
color: #266F59;
}
</style>
background-color css
<style>
a { background-color: #266F59; }
a { background-color: rgb(38,111,89); }
div.DivClassName
{
background-color: #266F59;
}
.BgClassName
{
background-color: #266F59;
}
</style>
border-color css
<style>
span { border-color: #266F59; }
span { border-color: rgb(38,111,89); }
td.TdClassName
{
border-color: #266F59;
}
.TagClassName
{
border-color: #266F59;
}
</style>