Shades of Submarine #819E9A
Tints of Submarine #819E9A
RGB
CMYK
RGB Variations
Color information
#819E9A (or 0x819E9A) is known color: Submarine. HEX triplet: 81, 9E and 9A. RGB value is (129,158,154). Sum of RGB (Red+Green+Blue) = 129+158+154=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 158 - color contains mainly: green. Hex color #819E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819E9A is #7E6165. Grayscale: #949494. Windows color (decimal): -8282470 or 10133121. OLE color: 10133121.
HSL color Cylindrical-coordinate representation of color #819E9A: hue angle of 171.72º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #819E9A is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 158 | 154 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.38 |
| HSL | 171.72º | 0.13% | 0.56% | - |
| HSV(B) | 171.72º | 0.18% | 0.62% | - |
| XYZ | 27.11 | 31.45 | 35.21 | - |
| YUV | 148.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 154 | 0.18 | 0 | 0.03 | 0.38 | 171.72 | 0.13 | 0.56 |
| Hex | 81 | 9E | 9A | 12 | 0 | 3 | 26 | AC | D | 38 |
| Octal | 201 | 236 | 232 | 22 | 0 | 3 | 46 | 254 | 15 | 70 |
| Binary | 10000001 | 10011110 | 10011010 | 10010 | 0 | 11 | 100110 | 10101100 | 1101 | 111000 |
Color Harmonies of #819E9A
Complementary color
Monochromatic Colors of #819E9A
Black with #819E9A
Text Example
Text Example
White with #819E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819E9A; }
p { color: rgb(129,158,154); }
H1.HeaderClassName
{
color: #819E9A;
}
.AnyTagClassName
{
color: #819E9A;
}
</style>
background-color css
<style>
a { background-color: #819E9A; }
a { background-color: rgb(129,158,154); }
div.DivClassName
{
background-color: #819E9A;
}
.BgClassName
{
background-color: #819E9A;
}
</style>
border-color css
<style>
span { border-color: #819E9A; }
span { border-color: rgb(129,158,154); }
td.TdClassName
{
border-color: #819E9A;
}
.TagClassName
{
border-color: #819E9A;
}
</style>