Shades of Deep Sea #1F7E5C
Tints of Deep Sea #1F7E5C
RGB
CMYK
RGB Variations
Color information
#1F7E5C (or 0x1F7E5C) is known color: Deep Sea. HEX triplet: 1F, 7E and 5C. RGB value is (31,126,92). Sum of RGB (Red+Green+Blue) = 31+126+92=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E5C is #E081A3. Grayscale: #5D5D5D. Windows color (decimal): -14713252 or 6061599. OLE color: 6061599.
HSL color Cylindrical-coordinate representation of color #1F7E5C: hue angle of 158.53º 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 #1F7E5C is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 126 | 92 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.51 |
| HSL | 158.53º | 0.61% | 0.31% | - |
| HSV(B) | 158.53º | 0.75% | 0.49% | - |
| XYZ | 9.96 | 15.99 | 12.69 | - |
| YUV | 93.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 92 | 0.75 | 0 | 0.27 | 0.51 | 158.53 | 0.61 | 0.31 |
| Hex | 1F | 7E | 5C | 4B | 0 | 1B | 33 | 9F | 3D | 1F |
| Octal | 37 | 176 | 134 | 113 | 0 | 33 | 63 | 237 | 75 | 37 |
| Binary | 11111 | 1111110 | 1011100 | 1001011 | 0 | 11011 | 110011 | 10011111 | 111101 | 11111 |
Color Harmonies of #1F7E5C
Complementary color
Monochromatic Colors of #1F7E5C
Black with #1F7E5C
Text Example
Text Example
White with #1F7E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E5C; }
p { color: rgb(31,126,92); }
H1.HeaderClassName
{
color: #1F7E5C;
}
.AnyTagClassName
{
color: #1F7E5C;
}
</style>
background-color css
<style>
a { background-color: #1F7E5C; }
a { background-color: rgb(31,126,92); }
div.DivClassName
{
background-color: #1F7E5C;
}
.BgClassName
{
background-color: #1F7E5C;
}
</style>
border-color css
<style>
span { border-color: #1F7E5C; }
span { border-color: rgb(31,126,92); }
td.TdClassName
{
border-color: #1F7E5C;
}
.TagClassName
{
border-color: #1F7E5C;
}
</style>