Shades of Submarine #899D9B
Tints of Submarine #899D9B
RGB
CMYK
RGB Variations
Color information
#899D9B (or 0x899D9B) is known color: Submarine. HEX triplet: 89, 9D and 9B. RGB value is (137,157,155). Sum of RGB (Red+Green+Blue) = 137+157+155=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 157 - color contains mainly: green. Hex color #899D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899D9B is #766264. Grayscale: #969696. Windows color (decimal): -7758437 or 10198409. OLE color: 10198409.
HSL color Cylindrical-coordinate representation of color #899D9B: hue angle of 174º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899D9B is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 157 | 155 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.38 |
| HSL | 174º | 0.09% | 0.58% | - |
| HSV(B) | 174º | 0.13% | 0.62% | - |
| XYZ | 28.29 | 31.8 | 35.66 | - |
| YUV | 150.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 155 | 0.13 | 0 | 0.01 | 0.38 | 174 | 0.09 | 0.58 |
| Hex | 89 | 9D | 9B | D | 0 | 1 | 26 | AE | 9 | 3A |
| Octal | 211 | 235 | 233 | 15 | 0 | 1 | 46 | 256 | 11 | 72 |
| Binary | 10001001 | 10011101 | 10011011 | 1101 | 0 | 1 | 100110 | 10101110 | 1001 | 111010 |
Color Harmonies of #899D9B
Complementary color
Monochromatic Colors of #899D9B
Black with #899D9B
Text Example
Text Example
White with #899D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899D9B; }
p { color: rgb(137,157,155); }
H1.HeaderClassName
{
color: #899D9B;
}
.AnyTagClassName
{
color: #899D9B;
}
</style>
background-color css
<style>
a { background-color: #899D9B; }
a { background-color: rgb(137,157,155); }
div.DivClassName
{
background-color: #899D9B;
}
.BgClassName
{
background-color: #899D9B;
}
</style>
border-color css
<style>
span { border-color: #899D9B; }
span { border-color: rgb(137,157,155); }
td.TdClassName
{
border-color: #899D9B;
}
.TagClassName
{
border-color: #899D9B;
}
</style>