Shades of Deep Sea #1D816C
Tints of Deep Sea #1D816C
RGB
CMYK
RGB Variations
Color information
#1D816C (or 0x1D816C) is known color: Deep Sea. HEX triplet: 1D, 81 and 6C. RGB value is (29,129,108). Sum of RGB (Red+Green+Blue) = 29+129+108=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #1D816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D816C is #E27E93. Grayscale: #606060. Windows color (decimal): -14843540 or 7110941. OLE color: 7110941.
HSL color Cylindrical-coordinate representation of color #1D816C: hue angle of 167.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D816C is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 129 | 108 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.49 |
| HSL | 167.4º | 0.63% | 0.31% | - |
| HSV(B) | 167.4º | 0.78% | 0.51% | - |
| XYZ | 11.06 | 17.04 | 16.89 | - |
| YUV | 96.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 129 | 108 | 0.78 | 0 | 0.16 | 0.49 | 167.4 | 0.63 | 0.31 |
| Hex | 1D | 81 | 6C | 4E | 0 | 10 | 31 | A7 | 3F | 1F |
| Octal | 35 | 201 | 154 | 116 | 0 | 20 | 61 | 247 | 77 | 37 |
| Binary | 11101 | 10000001 | 1101100 | 1001110 | 0 | 10000 | 110001 | 10100111 | 111111 | 11111 |
Color Harmonies of #1D816C
Complementary color
Monochromatic Colors of #1D816C
Black with #1D816C
Text Example
Text Example
White with #1D816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D816C; }
p { color: rgb(29,129,108); }
H1.HeaderClassName
{
color: #1D816C;
}
.AnyTagClassName
{
color: #1D816C;
}
</style>
background-color css
<style>
a { background-color: #1D816C; }
a { background-color: rgb(29,129,108); }
div.DivClassName
{
background-color: #1D816C;
}
.BgClassName
{
background-color: #1D816C;
}
</style>
border-color css
<style>
span { border-color: #1D816C; }
span { border-color: rgb(29,129,108); }
td.TdClassName
{
border-color: #1D816C;
}
.TagClassName
{
border-color: #1D816C;
}
</style>