Shades of Deep Sea #1F8060
Tints of Deep Sea #1F8060
RGB
CMYK
RGB Variations
Color information
#1F8060 (or 0x1F8060) is known color: Deep Sea. HEX triplet: 1F, 80 and 60. RGB value is (31,128,96). Sum of RGB (Red+Green+Blue) = 31+128+96=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8060 is #E07F9F. Grayscale: #5F5F5F. Windows color (decimal): -14712736 or 6324255. OLE color: 6324255.
HSL color Cylindrical-coordinate representation of color #1F8060: hue angle of 160.21º 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 #1F8060 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 96 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.50 |
| HSL | 160.21º | 0.61% | 0.31% | - |
| HSV(B) | 160.21º | 0.76% | 0.5% | - |
| XYZ | 10.4 | 16.57 | 13.72 | - |
| YUV | 95.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 96 | 0.76 | 0 | 0.25 | 0.50 | 160.21 | 0.61 | 0.31 |
| Hex | 1F | 80 | 60 | 4C | 0 | 19 | 32 | A0 | 3D | 1F |
| Octal | 37 | 200 | 140 | 114 | 0 | 31 | 62 | 240 | 75 | 37 |
| Binary | 11111 | 10000000 | 1100000 | 1001100 | 0 | 11001 | 110010 | 10100000 | 111101 | 11111 |
Color Harmonies of #1F8060
Complementary color
Monochromatic Colors of #1F8060
Black with #1F8060
Text Example
Text Example
White with #1F8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8060; }
p { color: rgb(31,128,96); }
H1.HeaderClassName
{
color: #1F8060;
}
.AnyTagClassName
{
color: #1F8060;
}
</style>
background-color css
<style>
a { background-color: #1F8060; }
a { background-color: rgb(31,128,96); }
div.DivClassName
{
background-color: #1F8060;
}
.BgClassName
{
background-color: #1F8060;
}
</style>
border-color css
<style>
span { border-color: #1F8060; }
span { border-color: rgb(31,128,96); }
td.TdClassName
{
border-color: #1F8060;
}
.TagClassName
{
border-color: #1F8060;
}
</style>