Shades of Deep Sea #1F7F5B
Tints of Deep Sea #1F7F5B
RGB
CMYK
RGB Variations
Color information
#1F7F5B (or 0x1F7F5B) is known color: Deep Sea. HEX triplet: 1F, 7F and 5B. RGB value is (31,127,91). Sum of RGB (Red+Green+Blue) = 31+127+91=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7F5B is #E080A4. Grayscale: #5E5E5E. Windows color (decimal): -14712997 or 5996319. OLE color: 5996319.
HSL color Cylindrical-coordinate representation of color #1F7F5B: hue angle of 157.5º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7F5B is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 127 | 91 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.50 |
| HSL | 157.5º | 0.61% | 0.31% | - |
| HSV(B) | 157.5º | 0.76% | 0.5% | - |
| XYZ | 10.04 | 16.23 | 12.5 | - |
| YUV | 94.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 91 | 0.76 | 0 | 0.28 | 0.50 | 157.5 | 0.61 | 0.31 |
| Hex | 1F | 7F | 5B | 4C | 0 | 1C | 32 | 9E | 3D | 1F |
| Octal | 37 | 177 | 133 | 114 | 0 | 34 | 62 | 236 | 75 | 37 |
| Binary | 11111 | 1111111 | 1011011 | 1001100 | 0 | 11100 | 110010 | 10011110 | 111101 | 11111 |
Color Harmonies of #1F7F5B
Complementary color
Monochromatic Colors of #1F7F5B
Black with #1F7F5B
Text Example
Text Example
White with #1F7F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7F5B; }
p { color: rgb(31,127,91); }
H1.HeaderClassName
{
color: #1F7F5B;
}
.AnyTagClassName
{
color: #1F7F5B;
}
</style>
background-color css
<style>
a { background-color: #1F7F5B; }
a { background-color: rgb(31,127,91); }
div.DivClassName
{
background-color: #1F7F5B;
}
.BgClassName
{
background-color: #1F7F5B;
}
</style>
border-color css
<style>
span { border-color: #1F7F5B; }
span { border-color: rgb(31,127,91); }
td.TdClassName
{
border-color: #1F7F5B;
}
.TagClassName
{
border-color: #1F7F5B;
}
</style>