Shades of Deep Sea #16875C
Tints of Deep Sea #16875C
RGB
CMYK
RGB Variations
Color information
#16875C (or 0x16875C) is known color: Deep Sea. HEX triplet: 16, 87 and 5C. RGB value is (22,135,92). Sum of RGB (Red+Green+Blue) = 22+135+92=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #16875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16875C is #E978A3. Grayscale: #606060. Windows color (decimal): -15300772 or 6063894. OLE color: 6063894.
HSL color Cylindrical-coordinate representation of color #16875C: hue angle of 157.17º 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 #16875C is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 135 | 92 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.47 |
| HSL | 157.17º | 0.72% | 0.31% | - |
| HSV(B) | 157.17º | 0.84% | 0.53% | - |
| XYZ | 10.93 | 18.27 | 13.08 | - |
| YUV | 96.31 | 125.56 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 92 | 0.84 | 0 | 0.32 | 0.47 | 157.17 | 0.72 | 0.31 |
| Hex | 16 | 87 | 5C | 54 | 0 | 20 | 2F | 9D | 48 | 1F |
| Octal | 26 | 207 | 134 | 124 | 0 | 40 | 57 | 235 | 110 | 37 |
| Binary | 10110 | 10000111 | 1011100 | 1010100 | 0 | 100000 | 101111 | 10011101 | 1001000 | 11111 |
Color Harmonies of #16875C
Complementary color
Monochromatic Colors of #16875C
Black with #16875C
Text Example
Text Example
White with #16875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16875C; }
p { color: rgb(22,135,92); }
H1.HeaderClassName
{
color: #16875C;
}
.AnyTagClassName
{
color: #16875C;
}
</style>
background-color css
<style>
a { background-color: #16875C; }
a { background-color: rgb(22,135,92); }
div.DivClassName
{
background-color: #16875C;
}
.BgClassName
{
background-color: #16875C;
}
</style>
border-color css
<style>
span { border-color: #16875C; }
span { border-color: rgb(22,135,92); }
td.TdClassName
{
border-color: #16875C;
}
.TagClassName
{
border-color: #16875C;
}
</style>