Shades of Deep Sea #1F8166
Tints of Deep Sea #1F8166
RGB
CMYK
RGB Variations
Color information
#1F8166 (or 0x1F8166) is known color: Deep Sea. HEX triplet: 1F, 81 and 66. RGB value is (31,129,102). Sum of RGB (Red+Green+Blue) = 31+129+102=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #1F8166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8166 is #E07E99. Grayscale: #606060. Windows color (decimal): -14712474 or 6717727. OLE color: 6717727.
HSL color Cylindrical-coordinate representation of color #1F8166: hue angle of 163.47º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8166 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 129 | 102 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.49 |
| HSL | 163.47º | 0.61% | 0.31% | - |
| HSV(B) | 163.47º | 0.76% | 0.51% | - |
| XYZ | 10.81 | 16.95 | 15.27 | - |
| YUV | 96.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 102 | 0.76 | 0 | 0.21 | 0.49 | 163.47 | 0.61 | 0.31 |
| Hex | 1F | 81 | 66 | 4C | 0 | 15 | 31 | A3 | 3D | 1F |
| Octal | 37 | 201 | 146 | 114 | 0 | 25 | 61 | 243 | 75 | 37 |
| Binary | 11111 | 10000001 | 1100110 | 1001100 | 0 | 10101 | 110001 | 10100011 | 111101 | 11111 |
Color Harmonies of #1F8166
Complementary color
Monochromatic Colors of #1F8166
Black with #1F8166
Text Example
Text Example
White with #1F8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8166; }
p { color: rgb(31,129,102); }
H1.HeaderClassName
{
color: #1F8166;
}
.AnyTagClassName
{
color: #1F8166;
}
</style>
background-color css
<style>
a { background-color: #1F8166; }
a { background-color: rgb(31,129,102); }
div.DivClassName
{
background-color: #1F8166;
}
.BgClassName
{
background-color: #1F8166;
}
</style>
border-color css
<style>
span { border-color: #1F8166; }
span { border-color: rgb(31,129,102); }
td.TdClassName
{
border-color: #1F8166;
}
.TagClassName
{
border-color: #1F8166;
}
</style>