Shades of Deep Sea #1D805C
Tints of Deep Sea #1D805C
RGB
CMYK
RGB Variations
Color information
#1D805C (or 0x1D805C) is known color: Deep Sea. HEX triplet: 1D, 80 and 5C. RGB value is (29,128,92). Sum of RGB (Red+Green+Blue) = 29+128+92=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #1D805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D805C is #E27FA3. Grayscale: #5E5E5E. Windows color (decimal): -14843812 or 6062109. OLE color: 6062109.
HSL color Cylindrical-coordinate representation of color #1D805C: hue angle of 158.18º 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 #1D805C is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 128 | 92 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.50 |
| HSL | 158.18º | 0.63% | 0.31% | - |
| HSV(B) | 158.18º | 0.77% | 0.5% | - |
| XYZ | 10.16 | 16.47 | 12.77 | - |
| YUV | 94.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 92 | 0.77 | 0 | 0.28 | 0.50 | 158.18 | 0.63 | 0.31 |
| Hex | 1D | 80 | 5C | 4D | 0 | 1C | 32 | 9E | 3F | 1F |
| Octal | 35 | 200 | 134 | 115 | 0 | 34 | 62 | 236 | 77 | 37 |
| Binary | 11101 | 10000000 | 1011100 | 1001101 | 0 | 11100 | 110010 | 10011110 | 111111 | 11111 |
Color Harmonies of #1D805C
Complementary color
Monochromatic Colors of #1D805C
Black with #1D805C
Text Example
Text Example
White with #1D805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D805C; }
p { color: rgb(29,128,92); }
H1.HeaderClassName
{
color: #1D805C;
}
.AnyTagClassName
{
color: #1D805C;
}
</style>
background-color css
<style>
a { background-color: #1D805C; }
a { background-color: rgb(29,128,92); }
div.DivClassName
{
background-color: #1D805C;
}
.BgClassName
{
background-color: #1D805C;
}
</style>
border-color css
<style>
span { border-color: #1D805C; }
span { border-color: rgb(29,128,92); }
td.TdClassName
{
border-color: #1D805C;
}
.TagClassName
{
border-color: #1D805C;
}
</style>