Shades of Deep Sea #1D806F
Tints of Deep Sea #1D806F
RGB
CMYK
RGB Variations
Color information
#1D806F (or 0x1D806F) is known color: Deep Sea. HEX triplet: 1D, 80 and 6F. RGB value is (29,128,111). Sum of RGB (Red+Green+Blue) = 29+128+111=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #1D806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D806F is #E27F90. Grayscale: #606060. Windows color (decimal): -14843793 or 7307293. OLE color: 7307293.
HSL color Cylindrical-coordinate representation of color #1D806F: hue angle of 169.7º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D806F is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 128 | 111 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.50 |
| HSL | 169.7º | 0.63% | 0.31% | - |
| HSV(B) | 169.7º | 0.77% | 0.5% | - |
| XYZ | 11.1 | 16.85 | 17.71 | - |
| YUV | 96.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 111 | 0.77 | 0 | 0.13 | 0.50 | 169.7 | 0.63 | 0.31 |
| Hex | 1D | 80 | 6F | 4D | 0 | D | 32 | AA | 3F | 1F |
| Octal | 35 | 200 | 157 | 115 | 0 | 15 | 62 | 252 | 77 | 37 |
| Binary | 11101 | 10000000 | 1101111 | 1001101 | 0 | 1101 | 110010 | 10101010 | 111111 | 11111 |
Color Harmonies of #1D806F
Complementary color
Monochromatic Colors of #1D806F
Black with #1D806F
Text Example
Text Example
White with #1D806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D806F; }
p { color: rgb(29,128,111); }
H1.HeaderClassName
{
color: #1D806F;
}
.AnyTagClassName
{
color: #1D806F;
}
</style>
background-color css
<style>
a { background-color: #1D806F; }
a { background-color: rgb(29,128,111); }
div.DivClassName
{
background-color: #1D806F;
}
.BgClassName
{
background-color: #1D806F;
}
</style>
border-color css
<style>
span { border-color: #1D806F; }
span { border-color: rgb(29,128,111); }
td.TdClassName
{
border-color: #1D806F;
}
.TagClassName
{
border-color: #1D806F;
}
</style>