Shades of Deep Sea #1F806D
Tints of Deep Sea #1F806D
RGB
CMYK
RGB Variations
Color information
#1F806D (or 0x1F806D) is known color: Deep Sea. HEX triplet: 1F, 80 and 6D. RGB value is (31,128,109). Sum of RGB (Red+Green+Blue) = 31+128+109=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #1F806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F806D is #E07F92. Grayscale: #606060. Windows color (decimal): -14712723 or 7176223. OLE color: 7176223.
HSL color Cylindrical-coordinate representation of color #1F806D: hue angle of 168.25º 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 #1F806D is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 109 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.50 |
| HSL | 168.25º | 0.61% | 0.31% | - |
| HSV(B) | 168.25º | 0.76% | 0.5% | - |
| XYZ | 11.04 | 16.83 | 17.14 | - |
| YUV | 96.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 109 | 0.76 | 0 | 0.15 | 0.50 | 168.25 | 0.61 | 0.31 |
| Hex | 1F | 80 | 6D | 4C | 0 | F | 32 | A8 | 3D | 1F |
| Octal | 37 | 200 | 155 | 114 | 0 | 17 | 62 | 250 | 75 | 37 |
| Binary | 11111 | 10000000 | 1101101 | 1001100 | 0 | 1111 | 110010 | 10101000 | 111101 | 11111 |
Color Harmonies of #1F806D
Complementary color
Monochromatic Colors of #1F806D
Black with #1F806D
Text Example
Text Example
White with #1F806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F806D; }
p { color: rgb(31,128,109); }
H1.HeaderClassName
{
color: #1F806D;
}
.AnyTagClassName
{
color: #1F806D;
}
</style>
background-color css
<style>
a { background-color: #1F806D; }
a { background-color: rgb(31,128,109); }
div.DivClassName
{
background-color: #1F806D;
}
.BgClassName
{
background-color: #1F806D;
}
</style>
border-color css
<style>
span { border-color: #1F806D; }
span { border-color: rgb(31,128,109); }
td.TdClassName
{
border-color: #1F806D;
}
.TagClassName
{
border-color: #1F806D;
}
</style>