Shades of Eden #1B6F58
Tints of Eden #1B6F58
RGB
CMYK
RGB Variations
Color information
#1B6F58 (or 0x1B6F58) is known color: Eden. HEX triplet: 1B, 6F and 58. RGB value is (27,111,88). Sum of RGB (Red+Green+Blue) = 27+111+88=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #1B6F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6F58 is #E490A7. Grayscale: #535353. Windows color (decimal): -14979240 or 5795611. OLE color: 5795611.
HSL color Cylindrical-coordinate representation of color #1B6F58: hue angle of 163.57º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6F58 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 111 | 88 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.56 |
| HSL | 163.57º | 0.61% | 0.27% | - |
| HSV(B) | 163.57º | 0.76% | 0.44% | - |
| XYZ | 7.9 | 12.31 | 11.19 | - |
| YUV | 83.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 88 | 0.76 | 0 | 0.21 | 0.56 | 163.57 | 0.61 | 0.27 |
| Hex | 1B | 6F | 58 | 4C | 0 | 15 | 38 | A4 | 3D | 1B |
| Octal | 33 | 157 | 130 | 114 | 0 | 25 | 70 | 244 | 75 | 33 |
| Binary | 11011 | 1101111 | 1011000 | 1001100 | 0 | 10101 | 111000 | 10100100 | 111101 | 11011 |
Color Harmonies of #1B6F58
Complementary color
Monochromatic Colors of #1B6F58
Black with #1B6F58
Text Example
Text Example
White with #1B6F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6F58; }
p { color: rgb(27,111,88); }
H1.HeaderClassName
{
color: #1B6F58;
}
.AnyTagClassName
{
color: #1B6F58;
}
</style>
background-color css
<style>
a { background-color: #1B6F58; }
a { background-color: rgb(27,111,88); }
div.DivClassName
{
background-color: #1B6F58;
}
.BgClassName
{
background-color: #1B6F58;
}
</style>
border-color css
<style>
span { border-color: #1B6F58; }
span { border-color: rgb(27,111,88); }
td.TdClassName
{
border-color: #1B6F58;
}
.TagClassName
{
border-color: #1B6F58;
}
</style>