Shades of Deep Sea #10895A
Tints of Deep Sea #10895A
RGB
CMYK
RGB Variations
Color information
#10895A (or 0x10895A) is known color: Deep Sea. HEX triplet: 10, 89 and 5A. RGB value is (16,137,90). Sum of RGB (Red+Green+Blue) = 16+137+90=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #10895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10895A is #EF76A5. Grayscale: #5F5F5F. Windows color (decimal): -15693478 or 5933328. OLE color: 5933328.
HSL color Cylindrical-coordinate representation of color #10895A: hue angle of 156.69º 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 #10895A is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 137 | 90 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.46 |
| HSL | 156.69º | 0.79% | 0.3% | - |
| HSV(B) | 156.69º | 0.88% | 0.54% | - |
| XYZ | 11 | 18.74 | 12.71 | - |
| YUV | 95.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 90 | 0.88 | 0 | 0.34 | 0.46 | 156.69 | 0.79 | 0.3 |
| Hex | 10 | 89 | 5A | 58 | 0 | 22 | 2E | 9D | 4F | 1E |
| Octal | 20 | 211 | 132 | 130 | 0 | 42 | 56 | 235 | 117 | 36 |
| Binary | 10000 | 10001001 | 1011010 | 1011000 | 0 | 100010 | 101110 | 10011101 | 1001111 | 11110 |
Color Harmonies of #10895A
Complementary color
Monochromatic Colors of #10895A
Black with #10895A
Text Example
Text Example
White with #10895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10895A; }
p { color: rgb(16,137,90); }
H1.HeaderClassName
{
color: #10895A;
}
.AnyTagClassName
{
color: #10895A;
}
</style>
background-color css
<style>
a { background-color: #10895A; }
a { background-color: rgb(16,137,90); }
div.DivClassName
{
background-color: #10895A;
}
.BgClassName
{
background-color: #10895A;
}
</style>
border-color css
<style>
span { border-color: #10895A; }
span { border-color: rgb(16,137,90); }
td.TdClassName
{
border-color: #10895A;
}
.TagClassName
{
border-color: #10895A;
}
</style>