Shades of Eden #1F6B5D
Tints of Eden #1F6B5D
RGB
CMYK
RGB Variations
Color information
#1F6B5D (or 0x1F6B5D) is known color: Eden. HEX triplet: 1F, 6B and 5D. RGB value is (31,107,93). Sum of RGB (Red+Green+Blue) = 31+107+93=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6B5D is #E094A2. Grayscale: #525252. Windows color (decimal): -14718115 or 6122271. OLE color: 6122271.
HSL color Cylindrical-coordinate representation of color #1F6B5D: hue angle of 168.95º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6B5D is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 107 | 93 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.58 |
| HSL | 168.95º | 0.55% | 0.27% | - |
| HSV(B) | 168.95º | 0.71% | 0.42% | - |
| XYZ | 7.8 | 11.6 | 12.18 | - |
| YUV | 82.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 107 | 93 | 0.71 | 0 | 0.13 | 0.58 | 168.95 | 0.55 | 0.27 |
| Hex | 1F | 6B | 5D | 47 | 0 | D | 3A | A9 | 37 | 1B |
| Octal | 37 | 153 | 135 | 107 | 0 | 15 | 72 | 251 | 67 | 33 |
| Binary | 11111 | 1101011 | 1011101 | 1000111 | 0 | 1101 | 111010 | 10101001 | 110111 | 11011 |
Color Harmonies of #1F6B5D
Complementary color
Monochromatic Colors of #1F6B5D
Black with #1F6B5D
Text Example
Text Example
White with #1F6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6B5D; }
p { color: rgb(31,107,93); }
H1.HeaderClassName
{
color: #1F6B5D;
}
.AnyTagClassName
{
color: #1F6B5D;
}
</style>
background-color css
<style>
a { background-color: #1F6B5D; }
a { background-color: rgb(31,107,93); }
div.DivClassName
{
background-color: #1F6B5D;
}
.BgClassName
{
background-color: #1F6B5D;
}
</style>
border-color css
<style>
span { border-color: #1F6B5D; }
span { border-color: rgb(31,107,93); }
td.TdClassName
{
border-color: #1F6B5D;
}
.TagClassName
{
border-color: #1F6B5D;
}
</style>