Shades of Submarine #819D98
Tints of Submarine #819D98
RGB
CMYK
RGB Variations
Color information
#819D98 (or 0x819D98) is known color: Submarine. HEX triplet: 81, 9D and 98. RGB value is (129,157,152). Sum of RGB (Red+Green+Blue) = 129+157+152=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #819D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819D98 is #7E6267. Grayscale: #949494. Windows color (decimal): -8282728 or 10001793. OLE color: 10001793.
HSL color Cylindrical-coordinate representation of color #819D98: hue angle of 169.29º degrees, saturation: 0.12, 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 #819D98 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 152 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.38 |
| HSL | 169.29º | 0.13% | 0.56% | - |
| HSV(B) | 169.29º | 0.18% | 0.62% | - |
| XYZ | 26.78 | 31.05 | 34.29 | - |
| YUV | 148.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 152 | 0.18 | 0 | 0.03 | 0.38 | 169.29 | 0.13 | 0.56 |
| Hex | 81 | 9D | 98 | 12 | 0 | 3 | 26 | A9 | C | 38 |
| Octal | 201 | 235 | 230 | 22 | 0 | 3 | 46 | 251 | 14 | 70 |
| Binary | 10000001 | 10011101 | 10011000 | 10010 | 0 | 11 | 100110 | 10101001 | 1100 | 111000 |
Color Harmonies of #819D98
Complementary color
Monochromatic Colors of #819D98
Black with #819D98
Text Example
Text Example
White with #819D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D98; }
p { color: rgb(129,157,152); }
H1.HeaderClassName
{
color: #819D98;
}
.AnyTagClassName
{
color: #819D98;
}
</style>
background-color css
<style>
a { background-color: #819D98; }
a { background-color: rgb(129,157,152); }
div.DivClassName
{
background-color: #819D98;
}
.BgClassName
{
background-color: #819D98;
}
</style>
border-color css
<style>
span { border-color: #819D98; }
span { border-color: rgb(129,157,152); }
td.TdClassName
{
border-color: #819D98;
}
.TagClassName
{
border-color: #819D98;
}
</style>