Shades of Eden #266A5A
Tints of Eden #266A5A
RGB
CMYK
RGB Variations
Color information
#266A5A (or 0x266A5A) is known color: Eden. HEX triplet: 26, 6A and 5A. RGB value is (38,106,90). Sum of RGB (Red+Green+Blue) = 38+106+90=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #266A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266A5A is #D995A5. Grayscale: #535353. Windows color (decimal): -14259622 or 5925414. OLE color: 5925414.
HSL color Cylindrical-coordinate representation of color #266A5A: hue angle of 165.88º 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 #266A5A is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 106 | 90 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.58 |
| HSL | 165.88º | 0.47% | 0.28% | - |
| HSV(B) | 165.88º | 0.64% | 0.42% | - |
| XYZ | 7.8 | 11.46 | 11.47 | - |
| YUV | 83.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 90 | 0.64 | 0 | 0.15 | 0.58 | 165.88 | 0.47 | 0.28 |
| Hex | 26 | 6A | 5A | 40 | 0 | F | 3A | A6 | 2F | 1C |
| Octal | 46 | 152 | 132 | 100 | 0 | 17 | 72 | 246 | 57 | 34 |
| Binary | 100110 | 1101010 | 1011010 | 1000000 | 0 | 1111 | 111010 | 10100110 | 101111 | 11100 |
Color Harmonies of #266A5A
Complementary color
Monochromatic Colors of #266A5A
Black with #266A5A
Text Example
Text Example
White with #266A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266A5A; }
p { color: rgb(38,106,90); }
H1.HeaderClassName
{
color: #266A5A;
}
.AnyTagClassName
{
color: #266A5A;
}
</style>
background-color css
<style>
a { background-color: #266A5A; }
a { background-color: rgb(38,106,90); }
div.DivClassName
{
background-color: #266A5A;
}
.BgClassName
{
background-color: #266A5A;
}
</style>
border-color css
<style>
span { border-color: #266A5A; }
span { border-color: rgb(38,106,90); }
td.TdClassName
{
border-color: #266A5A;
}
.TagClassName
{
border-color: #266A5A;
}
</style>