Shades of Eden #266C5A
Tints of Eden #266C5A
RGB
CMYK
RGB Variations
Color information
#266C5A (or 0x266C5A) is known color: Eden. HEX triplet: 26, 6C and 5A. RGB value is (38,108,90). Sum of RGB (Red+Green+Blue) = 38+108+90=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #266C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C5A is #D993A5. Grayscale: #555555. Windows color (decimal): -14259110 or 5925926. OLE color: 5925926.
HSL color Cylindrical-coordinate representation of color #266C5A: hue angle of 164.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C5A is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 108 | 90 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.58 |
| HSL | 164.57º | 0.48% | 0.29% | - |
| HSV(B) | 164.57º | 0.65% | 0.42% | - |
| XYZ | 8.01 | 11.88 | 11.54 | - |
| YUV | 85.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 90 | 0.65 | 0 | 0.17 | 0.58 | 164.57 | 0.48 | 0.29 |
| Hex | 26 | 6C | 5A | 41 | 0 | 11 | 3A | A5 | 30 | 1D |
| Octal | 46 | 154 | 132 | 101 | 0 | 21 | 72 | 245 | 60 | 35 |
| Binary | 100110 | 1101100 | 1011010 | 1000001 | 0 | 10001 | 111010 | 10100101 | 110000 | 11101 |
Color Harmonies of #266C5A
Complementary color
Monochromatic Colors of #266C5A
Black with #266C5A
Text Example
Text Example
White with #266C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C5A; }
p { color: rgb(38,108,90); }
H1.HeaderClassName
{
color: #266C5A;
}
.AnyTagClassName
{
color: #266C5A;
}
</style>
background-color css
<style>
a { background-color: #266C5A; }
a { background-color: rgb(38,108,90); }
div.DivClassName
{
background-color: #266C5A;
}
.BgClassName
{
background-color: #266C5A;
}
</style>
border-color css
<style>
span { border-color: #266C5A; }
span { border-color: rgb(38,108,90); }
td.TdClassName
{
border-color: #266C5A;
}
.TagClassName
{
border-color: #266C5A;
}
</style>