Shades of Deep Sea #1D8166
Tints of Deep Sea #1D8166
RGB
CMYK
RGB Variations
Color information
#1D8166 (or 0x1D8166) is known color: Deep Sea. HEX triplet: 1D, 81 and 66. RGB value is (29,129,102). Sum of RGB (Red+Green+Blue) = 29+129+102=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #1D8166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8166 is #E27E99. Grayscale: #606060. Windows color (decimal): -14843546 or 6717725. OLE color: 6717725.
HSL color Cylindrical-coordinate representation of color #1D8166: hue angle of 163.8º 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 #1D8166 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 129 | 102 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.49 |
| HSL | 163.8º | 0.63% | 0.31% | - |
| HSV(B) | 163.8º | 0.78% | 0.51% | - |
| XYZ | 10.76 | 16.92 | 15.27 | - |
| YUV | 96.02 | 131.37 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 129 | 102 | 0.78 | 0 | 0.21 | 0.49 | 163.8 | 0.63 | 0.31 |
| Hex | 1D | 81 | 66 | 4E | 0 | 15 | 31 | A4 | 3F | 1F |
| Octal | 35 | 201 | 146 | 116 | 0 | 25 | 61 | 244 | 77 | 37 |
| Binary | 11101 | 10000001 | 1100110 | 1001110 | 0 | 10101 | 110001 | 10100100 | 111111 | 11111 |
Color Harmonies of #1D8166
Complementary color
Monochromatic Colors of #1D8166
Black with #1D8166
Text Example
Text Example
White with #1D8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8166; }
p { color: rgb(29,129,102); }
H1.HeaderClassName
{
color: #1D8166;
}
.AnyTagClassName
{
color: #1D8166;
}
</style>
background-color css
<style>
a { background-color: #1D8166; }
a { background-color: rgb(29,129,102); }
div.DivClassName
{
background-color: #1D8166;
}
.BgClassName
{
background-color: #1D8166;
}
</style>
border-color css
<style>
span { border-color: #1D8166; }
span { border-color: rgb(29,129,102); }
td.TdClassName
{
border-color: #1D8166;
}
.TagClassName
{
border-color: #1D8166;
}
</style>