Shades of Deep Sea #16875B
Tints of Deep Sea #16875B
RGB
CMYK
RGB Variations
Color information
#16875B (or 0x16875B) is known color: Deep Sea. HEX triplet: 16, 87 and 5B. RGB value is (22,135,91). Sum of RGB (Red+Green+Blue) = 22+135+91=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #16875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16875B is #E978A4. Grayscale: #606060. Windows color (decimal): -15300773 or 5998358. OLE color: 5998358.
HSL color Cylindrical-coordinate representation of color #16875B: hue angle of 156.64º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16875B is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 135 | 91 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.47 |
| HSL | 156.64º | 0.72% | 0.31% | - |
| HSV(B) | 156.64º | 0.84% | 0.53% | - |
| XYZ | 10.88 | 18.25 | 12.85 | - |
| YUV | 96.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 91 | 0.84 | 0 | 0.33 | 0.47 | 156.64 | 0.72 | 0.31 |
| Hex | 16 | 87 | 5B | 54 | 0 | 21 | 2F | 9D | 48 | 1F |
| Octal | 26 | 207 | 133 | 124 | 0 | 41 | 57 | 235 | 110 | 37 |
| Binary | 10110 | 10000111 | 1011011 | 1010100 | 0 | 100001 | 101111 | 10011101 | 1001000 | 11111 |
Color Harmonies of #16875B
Complementary color
Monochromatic Colors of #16875B
Black with #16875B
Text Example
Text Example
White with #16875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16875B; }
p { color: rgb(22,135,91); }
H1.HeaderClassName
{
color: #16875B;
}
.AnyTagClassName
{
color: #16875B;
}
</style>
background-color css
<style>
a { background-color: #16875B; }
a { background-color: rgb(22,135,91); }
div.DivClassName
{
background-color: #16875B;
}
.BgClassName
{
background-color: #16875B;
}
</style>
border-color css
<style>
span { border-color: #16875B; }
span { border-color: rgb(22,135,91); }
td.TdClassName
{
border-color: #16875B;
}
.TagClassName
{
border-color: #16875B;
}
</style>