Shades of Deep Sea #1F806C
Tints of Deep Sea #1F806C
RGB
CMYK
RGB Variations
Color information
#1F806C (or 0x1F806C) is known color: Deep Sea. HEX triplet: 1F, 80 and 6C. RGB value is (31,128,108). Sum of RGB (Red+Green+Blue) = 31+128+108=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #1F806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F806C is #E07F93. Grayscale: #606060. Windows color (decimal): -14712724 or 7110687. OLE color: 7110687.
HSL color Cylindrical-coordinate representation of color #1F806C: hue angle of 167.63º 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 #1F806C is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 108 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.50 |
| HSL | 167.63º | 0.61% | 0.31% | - |
| HSV(B) | 167.63º | 0.76% | 0.5% | - |
| XYZ | 10.99 | 16.81 | 16.85 | - |
| YUV | 96.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 108 | 0.76 | 0 | 0.16 | 0.50 | 167.63 | 0.61 | 0.31 |
| Hex | 1F | 80 | 6C | 4C | 0 | 10 | 32 | A8 | 3D | 1F |
| Octal | 37 | 200 | 154 | 114 | 0 | 20 | 62 | 250 | 75 | 37 |
| Binary | 11111 | 10000000 | 1101100 | 1001100 | 0 | 10000 | 110010 | 10101000 | 111101 | 11111 |
Color Harmonies of #1F806C
Complementary color
Monochromatic Colors of #1F806C
Black with #1F806C
Text Example
Text Example
White with #1F806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F806C; }
p { color: rgb(31,128,108); }
H1.HeaderClassName
{
color: #1F806C;
}
.AnyTagClassName
{
color: #1F806C;
}
</style>
background-color css
<style>
a { background-color: #1F806C; }
a { background-color: rgb(31,128,108); }
div.DivClassName
{
background-color: #1F806C;
}
.BgClassName
{
background-color: #1F806C;
}
</style>
border-color css
<style>
span { border-color: #1F806C; }
span { border-color: rgb(31,128,108); }
td.TdClassName
{
border-color: #1F806C;
}
.TagClassName
{
border-color: #1F806C;
}
</style>