Shades of Eden #266D60
Tints of Eden #266D60
RGB
CMYK
RGB Variations
Color information
#266D60 (or 0x266D60) is known color: Eden. HEX triplet: 26, 6D and 60. RGB value is (38,109,96). Sum of RGB (Red+Green+Blue) = 38+109+96=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #266D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D60 is #D9929F. Grayscale: #565656. Windows color (decimal): -14258848 or 6319398. OLE color: 6319398.
HSL color Cylindrical-coordinate representation of color #266D60: hue angle of 169.01º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D60 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 109 | 96 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.57 |
| HSL | 169.01º | 0.48% | 0.29% | - |
| HSV(B) | 169.01º | 0.65% | 0.43% | - |
| XYZ | 8.38 | 12.19 | 12.98 | - |
| YUV | 86.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 96 | 0.65 | 0 | 0.12 | 0.57 | 169.01 | 0.48 | 0.29 |
| Hex | 26 | 6D | 60 | 41 | 0 | C | 39 | A9 | 30 | 1D |
| Octal | 46 | 155 | 140 | 101 | 0 | 14 | 71 | 251 | 60 | 35 |
| Binary | 100110 | 1101101 | 1100000 | 1000001 | 0 | 1100 | 111001 | 10101001 | 110000 | 11101 |
Color Harmonies of #266D60
Complementary color
Monochromatic Colors of #266D60
Black with #266D60
Text Example
Text Example
White with #266D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D60; }
p { color: rgb(38,109,96); }
H1.HeaderClassName
{
color: #266D60;
}
.AnyTagClassName
{
color: #266D60;
}
</style>
background-color css
<style>
a { background-color: #266D60; }
a { background-color: rgb(38,109,96); }
div.DivClassName
{
background-color: #266D60;
}
.BgClassName
{
background-color: #266D60;
}
</style>
border-color css
<style>
span { border-color: #266D60; }
span { border-color: rgb(38,109,96); }
td.TdClassName
{
border-color: #266D60;
}
.TagClassName
{
border-color: #266D60;
}
</style>