Shades of Eden #1B6A58
Tints of Eden #1B6A58
RGB
CMYK
RGB Variations
Color information
#1B6A58 (or 0x1B6A58) is known color: Eden. HEX triplet: 1B, 6A and 58. RGB value is (27,106,88). Sum of RGB (Red+Green+Blue) = 27+106+88=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6A58 is #E495A7. Grayscale: #505050. Windows color (decimal): -14980520 or 5794331. OLE color: 5794331.
HSL color Cylindrical-coordinate representation of color #1B6A58: hue angle of 166.33º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6A58 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 106 | 88 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.58 |
| HSL | 166.33º | 0.59% | 0.26% | - |
| HSV(B) | 166.33º | 0.75% | 0.42% | - |
| XYZ | 7.37 | 11.25 | 11.01 | - |
| YUV | 80.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 106 | 88 | 0.75 | 0 | 0.17 | 0.58 | 166.33 | 0.59 | 0.26 |
| Hex | 1B | 6A | 58 | 4B | 0 | 11 | 3A | A6 | 3B | 1A |
| Octal | 33 | 152 | 130 | 113 | 0 | 21 | 72 | 246 | 73 | 32 |
| Binary | 11011 | 1101010 | 1011000 | 1001011 | 0 | 10001 | 111010 | 10100110 | 111011 | 11010 |
Color Harmonies of #1B6A58
Complementary color
Monochromatic Colors of #1B6A58
Black with #1B6A58
Text Example
Text Example
White with #1B6A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6A58; }
p { color: rgb(27,106,88); }
H1.HeaderClassName
{
color: #1B6A58;
}
.AnyTagClassName
{
color: #1B6A58;
}
</style>
background-color css
<style>
a { background-color: #1B6A58; }
a { background-color: rgb(27,106,88); }
div.DivClassName
{
background-color: #1B6A58;
}
.BgClassName
{
background-color: #1B6A58;
}
</style>
border-color css
<style>
span { border-color: #1B6A58; }
span { border-color: rgb(27,106,88); }
td.TdClassName
{
border-color: #1B6A58;
}
.TagClassName
{
border-color: #1B6A58;
}
</style>