Shades of Deep Sea #108059
Tints of Deep Sea #108059
RGB
CMYK
RGB Variations
Color information
#108059 (or 0x108059) is known color: Deep Sea. HEX triplet: 10, 80 and 59. RGB value is (16,128,89). Sum of RGB (Red+Green+Blue) = 16+128+89=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #108059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108059 is #EF7FA6. Grayscale: #5A5A5A. Windows color (decimal): -15695783 or 5865488. OLE color: 5865488.
HSL color Cylindrical-coordinate representation of color #108059: hue angle of 159.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108059 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 128 | 89 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.50 |
| HSL | 159.11º | 0.78% | 0.28% | - |
| HSV(B) | 159.11º | 0.88% | 0.5% | - |
| XYZ | 9.74 | 16.27 | 12.08 | - |
| YUV | 90.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 89 | 0.88 | 0 | 0.30 | 0.50 | 159.11 | 0.78 | 0.28 |
| Hex | 10 | 80 | 59 | 58 | 0 | 1E | 32 | 9F | 4E | 1C |
| Octal | 20 | 200 | 131 | 130 | 0 | 36 | 62 | 237 | 116 | 34 |
| Binary | 10000 | 10000000 | 1011001 | 1011000 | 0 | 11110 | 110010 | 10011111 | 1001110 | 11100 |
Color Harmonies of #108059
Complementary color
Monochromatic Colors of #108059
Black with #108059
Text Example
Text Example
White with #108059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108059; }
p { color: rgb(16,128,89); }
H1.HeaderClassName
{
color: #108059;
}
.AnyTagClassName
{
color: #108059;
}
</style>
background-color css
<style>
a { background-color: #108059; }
a { background-color: rgb(16,128,89); }
div.DivClassName
{
background-color: #108059;
}
.BgClassName
{
background-color: #108059;
}
</style>
border-color css
<style>
span { border-color: #108059; }
span { border-color: rgb(16,128,89); }
td.TdClassName
{
border-color: #108059;
}
.TagClassName
{
border-color: #108059;
}
</style>