Shades of Eden #1F685D
Tints of Eden #1F685D
RGB
CMYK
RGB Variations
Color information
#1F685D (or 0x1F685D) is known color: Eden. HEX triplet: 1F, 68 and 5D. RGB value is (31,104,93). Sum of RGB (Red+Green+Blue) = 31+104+93=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #1F685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F685D is #E097A2. Grayscale: #505050. Windows color (decimal): -14718883 or 6121503. OLE color: 6121503.
HSL color Cylindrical-coordinate representation of color #1F685D: hue angle of 170.96º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F685D is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 104 | 93 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.59 |
| HSL | 170.96º | 0.54% | 0.26% | - |
| HSV(B) | 170.96º | 0.7% | 0.41% | - |
| XYZ | 7.49 | 10.98 | 12.08 | - |
| YUV | 80.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 93 | 0.70 | 0 | 0.11 | 0.59 | 170.96 | 0.54 | 0.26 |
| Hex | 1F | 68 | 5D | 46 | 0 | B | 3B | AB | 36 | 1A |
| Octal | 37 | 150 | 135 | 106 | 0 | 13 | 73 | 253 | 66 | 32 |
| Binary | 11111 | 1101000 | 1011101 | 1000110 | 0 | 1011 | 111011 | 10101011 | 110110 | 11010 |
Color Harmonies of #1F685D
Complementary color
Monochromatic Colors of #1F685D
Black with #1F685D
Text Example
Text Example
White with #1F685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F685D; }
p { color: rgb(31,104,93); }
H1.HeaderClassName
{
color: #1F685D;
}
.AnyTagClassName
{
color: #1F685D;
}
</style>
background-color css
<style>
a { background-color: #1F685D; }
a { background-color: rgb(31,104,93); }
div.DivClassName
{
background-color: #1F685D;
}
.BgClassName
{
background-color: #1F685D;
}
</style>
border-color css
<style>
span { border-color: #1F685D; }
span { border-color: rgb(31,104,93); }
td.TdClassName
{
border-color: #1F685D;
}
.TagClassName
{
border-color: #1F685D;
}
</style>