Shades of Sea Nymph #80BAA9
Tints of Sea Nymph #80BAA9
RGB
CMYK
RGB Variations
Color information
#80BAA9 (or 0x80BAA9) is known color: Sea Nymph. HEX triplet: 80, BA and A9. RGB value is (128,186,169). Sum of RGB (Red+Green+Blue) = 128+186+169=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAA9 is #7F4556. Grayscale: #A6A6A6. Windows color (decimal): -8340823 or 11123328. OLE color: 11123328.
HSL color Cylindrical-coordinate representation of color #80BAA9: hue angle of 162.41º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BAA9 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 169 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.27 |
| HSL | 162.41º | 0.3% | 0.62% | - |
| HSV(B) | 162.41º | 0.31% | 0.73% | - |
| XYZ | 33.62 | 42.57 | 43.98 | - |
| YUV | 166.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 169 | 0.31 | 0 | 0.09 | 0.27 | 162.41 | 0.3 | 0.62 |
| Hex | 80 | BA | A9 | 1F | 0 | 9 | 1B | A2 | 1E | 3E |
| Octal | 200 | 272 | 251 | 37 | 0 | 11 | 33 | 242 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10101001 | 11111 | 0 | 1001 | 11011 | 10100010 | 11110 | 111110 |
Color Harmonies of #80BAA9
Complementary color
Monochromatic Colors of #80BAA9
Black with #80BAA9
Text Example
Text Example
White with #80BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAA9; }
p { color: rgb(128,186,169); }
H1.HeaderClassName
{
color: #80BAA9;
}
.AnyTagClassName
{
color: #80BAA9;
}
</style>
background-color css
<style>
a { background-color: #80BAA9; }
a { background-color: rgb(128,186,169); }
div.DivClassName
{
background-color: #80BAA9;
}
.BgClassName
{
background-color: #80BAA9;
}
</style>
border-color css
<style>
span { border-color: #80BAA9; }
span { border-color: rgb(128,186,169); }
td.TdClassName
{
border-color: #80BAA9;
}
.TagClassName
{
border-color: #80BAA9;
}
</style>