Shades of Submarine #819F9E
Tints of Submarine #819F9E
RGB
CMYK
RGB Variations
Color information
#819F9E (or 0x819F9E) is known color: Submarine. HEX triplet: 81, 9F and 9E. RGB value is (129,159,158). Sum of RGB (Red+Green+Blue) = 129+159+158=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #819F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819F9E is #7E6061. Grayscale: #959595. Windows color (decimal): -8282210 or 10395521. OLE color: 10395521.
HSL color Cylindrical-coordinate representation of color #819F9E: hue angle of 178º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #819F9E is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 158 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.38 |
| HSL | 178º | 0.14% | 0.56% | - |
| HSV(B) | 178º | 0.19% | 0.62% | - |
| XYZ | 27.62 | 31.93 | 37.06 | - |
| YUV | 149.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 158 | 0.19 | 0 | 0.01 | 0.38 | 178 | 0.14 | 0.56 |
| Hex | 81 | 9F | 9E | 13 | 0 | 1 | 26 | B2 | E | 38 |
| Octal | 201 | 237 | 236 | 23 | 0 | 1 | 46 | 262 | 16 | 70 |
| Binary | 10000001 | 10011111 | 10011110 | 10011 | 0 | 1 | 100110 | 10110010 | 1110 | 111000 |
Color Harmonies of #819F9E
Complementary color
Monochromatic Colors of #819F9E
Black with #819F9E
Text Example
Text Example
White with #819F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F9E; }
p { color: rgb(129,159,158); }
H1.HeaderClassName
{
color: #819F9E;
}
.AnyTagClassName
{
color: #819F9E;
}
</style>
background-color css
<style>
a { background-color: #819F9E; }
a { background-color: rgb(129,159,158); }
div.DivClassName
{
background-color: #819F9E;
}
.BgClassName
{
background-color: #819F9E;
}
</style>
border-color css
<style>
span { border-color: #819F9E; }
span { border-color: rgb(129,159,158); }
td.TdClassName
{
border-color: #819F9E;
}
.TagClassName
{
border-color: #819F9E;
}
</style>