Shades of Deep Sea #1D8360
Tints of Deep Sea #1D8360
RGB
CMYK
RGB Variations
Color information
#1D8360 (or 0x1D8360) is known color: Deep Sea. HEX triplet: 1D, 83 and 60. RGB value is (29,131,96). Sum of RGB (Red+Green+Blue) = 29+131+96=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #1D8360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8360 is #E27C9F. Grayscale: #606060. Windows color (decimal): -14843040 or 6325021. OLE color: 6325021.
HSL color Cylindrical-coordinate representation of color #1D8360: hue angle of 159.41º degrees, saturation: 0.64, 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 #1D8360 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 131 | 96 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.49 |
| HSL | 159.41º | 0.64% | 0.31% | - |
| HSV(B) | 159.41º | 0.78% | 0.51% | - |
| XYZ | 10.73 | 17.34 | 13.85 | - |
| YUV | 96.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 131 | 96 | 0.78 | 0 | 0.27 | 0.49 | 159.41 | 0.64 | 0.31 |
| Hex | 1D | 83 | 60 | 4E | 0 | 1B | 31 | 9F | 40 | 1F |
| Octal | 35 | 203 | 140 | 116 | 0 | 33 | 61 | 237 | 100 | 37 |
| Binary | 11101 | 10000011 | 1100000 | 1001110 | 0 | 11011 | 110001 | 10011111 | 1000000 | 11111 |
Color Harmonies of #1D8360
Complementary color
Monochromatic Colors of #1D8360
Black with #1D8360
Text Example
Text Example
White with #1D8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8360; }
p { color: rgb(29,131,96); }
H1.HeaderClassName
{
color: #1D8360;
}
.AnyTagClassName
{
color: #1D8360;
}
</style>
background-color css
<style>
a { background-color: #1D8360; }
a { background-color: rgb(29,131,96); }
div.DivClassName
{
background-color: #1D8360;
}
.BgClassName
{
background-color: #1D8360;
}
</style>
border-color css
<style>
span { border-color: #1D8360; }
span { border-color: rgb(29,131,96); }
td.TdClassName
{
border-color: #1D8360;
}
.TagClassName
{
border-color: #1D8360;
}
</style>