Shades of Deep Sea #10895B
Tints of Deep Sea #10895B
RGB
CMYK
RGB Variations
Color information
#10895B (or 0x10895B) is known color: Deep Sea. HEX triplet: 10, 89 and 5B. RGB value is (16,137,91). Sum of RGB (Red+Green+Blue) = 16+137+91=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #10895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10895B is #EF76A4. Grayscale: #5F5F5F. Windows color (decimal): -15693477 or 5998864. OLE color: 5998864.
HSL color Cylindrical-coordinate representation of color #10895B: hue angle of 157.19º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10895B is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 137 | 91 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.46 |
| HSL | 157.19º | 0.79% | 0.3% | - |
| HSV(B) | 157.19º | 0.88% | 0.54% | - |
| XYZ | 11.05 | 18.76 | 12.94 | - |
| YUV | 95.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 91 | 0.88 | 0 | 0.34 | 0.46 | 157.19 | 0.79 | 0.3 |
| Hex | 10 | 89 | 5B | 58 | 0 | 22 | 2E | 9D | 4F | 1E |
| Octal | 20 | 211 | 133 | 130 | 0 | 42 | 56 | 235 | 117 | 36 |
| Binary | 10000 | 10001001 | 1011011 | 1011000 | 0 | 100010 | 101110 | 10011101 | 1001111 | 11110 |
Color Harmonies of #10895B
Complementary color
Monochromatic Colors of #10895B
Black with #10895B
Text Example
Text Example
White with #10895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10895B; }
p { color: rgb(16,137,91); }
H1.HeaderClassName
{
color: #10895B;
}
.AnyTagClassName
{
color: #10895B;
}
</style>
background-color css
<style>
a { background-color: #10895B; }
a { background-color: rgb(16,137,91); }
div.DivClassName
{
background-color: #10895B;
}
.BgClassName
{
background-color: #10895B;
}
</style>
border-color css
<style>
span { border-color: #10895B; }
span { border-color: rgb(16,137,91); }
td.TdClassName
{
border-color: #10895B;
}
.TagClassName
{
border-color: #10895B;
}
</style>