Shades of Deep Sea #1F7E60
Tints of Deep Sea #1F7E60
RGB
CMYK
RGB Variations
Color information
#1F7E60 (or 0x1F7E60) is known color: Deep Sea. HEX triplet: 1F, 7E and 60. RGB value is (31,126,96). Sum of RGB (Red+Green+Blue) = 31+126+96=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 126 (49.61% from 255 or 49.80% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E60 is #E0819F. Grayscale: #5E5E5E. Windows color (decimal): -14713248 or 6323743. OLE color: 6323743.
HSL color Cylindrical-coordinate representation of color #1F7E60: hue angle of 161.05º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E60 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 96 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.51 |
| HSL | 161.05º | 0.61% | 0.31% | - |
| HSV(B) | 161.05º | 0.75% | 0.49% | - |
| XYZ | 10.14 | 16.06 | 13.63 | - |
| YUV | 94.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 96 | 0.75 | 0 | 0.24 | 0.51 | 161.05 | 0.61 | 0.31 |
| Hex | 1F | 7E | 60 | 4B | 0 | 18 | 33 | A1 | 3D | 1F |
| Octal | 37 | 176 | 140 | 113 | 0 | 30 | 63 | 241 | 75 | 37 |
| Binary | 11111 | 1111110 | 1100000 | 1001011 | 0 | 11000 | 110011 | 10100001 | 111101 | 11111 |
Color Harmonies of #1F7E60
Complementary color
Monochromatic Colors of #1F7E60
Black with #1F7E60
Text Example
Text Example
White with #1F7E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E60; }
p { color: rgb(31,126,96); }
H1.HeaderClassName
{
color: #1F7E60;
}
.AnyTagClassName
{
color: #1F7E60;
}
</style>
background-color css
<style>
a { background-color: #1F7E60; }
a { background-color: rgb(31,126,96); }
div.DivClassName
{
background-color: #1F7E60;
}
.BgClassName
{
background-color: #1F7E60;
}
</style>
border-color css
<style>
span { border-color: #1F7E60; }
span { border-color: rgb(31,126,96); }
td.TdClassName
{
border-color: #1F7E60;
}
.TagClassName
{
border-color: #1F7E60;
}
</style>