Shades of Deep Sea #1F8262
Tints of Deep Sea #1F8262
RGB
CMYK
RGB Variations
Color information
#1F8262 (or 0x1F8262) is known color: Deep Sea. HEX triplet: 1F, 82 and 62. RGB value is (31,130,98). Sum of RGB (Red+Green+Blue) = 31+130+98=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8262 is #E07D9D. Grayscale: #606060. Windows color (decimal): -14712222 or 6455839. OLE color: 6455839.
HSL color Cylindrical-coordinate representation of color #1F8262: hue angle of 160.61º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8262 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 98 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.49 |
| HSL | 160.61º | 0.61% | 0.32% | - |
| HSV(B) | 160.61º | 0.76% | 0.51% | - |
| XYZ | 10.75 | 17.14 | 14.3 | - |
| YUV | 96.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 98 | 0.76 | 0 | 0.25 | 0.49 | 160.61 | 0.61 | 0.32 |
| Hex | 1F | 82 | 62 | 4C | 0 | 19 | 31 | A1 | 3D | 20 |
| Octal | 37 | 202 | 142 | 114 | 0 | 31 | 61 | 241 | 75 | 40 |
| Binary | 11111 | 10000010 | 1100010 | 1001100 | 0 | 11001 | 110001 | 10100001 | 111101 | 100000 |
Color Harmonies of #1F8262
Complementary color
Monochromatic Colors of #1F8262
Black with #1F8262
Text Example
Text Example
White with #1F8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8262; }
p { color: rgb(31,130,98); }
H1.HeaderClassName
{
color: #1F8262;
}
.AnyTagClassName
{
color: #1F8262;
}
</style>
background-color css
<style>
a { background-color: #1F8262; }
a { background-color: rgb(31,130,98); }
div.DivClassName
{
background-color: #1F8262;
}
.BgClassName
{
background-color: #1F8262;
}
</style>
border-color css
<style>
span { border-color: #1F8262; }
span { border-color: rgb(31,130,98); }
td.TdClassName
{
border-color: #1F8262;
}
.TagClassName
{
border-color: #1F8262;
}
</style>