Shades of Sea Nymph #80B1A1
Tints of Sea Nymph #80B1A1
RGB
CMYK
RGB Variations
Color information
#80B1A1 (or 0x80B1A1) is known color: Sea Nymph. HEX triplet: 80, B1 and A1. RGB value is (128,177,161). Sum of RGB (Red+Green+Blue) = 128+177+161=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #80B1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B1A1 is #7F4E5E. Grayscale: #A0A0A0. Windows color (decimal): -8343135 or 10596736. OLE color: 10596736.
HSL color Cylindrical-coordinate representation of color #80B1A1: hue angle of 160.41º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B1A1 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 161 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.31 |
| HSL | 160.41º | 0.24% | 0.6% | - |
| HSV(B) | 160.41º | 0.28% | 0.69% | - |
| XYZ | 31.06 | 38.61 | 39.53 | - |
| YUV | 160.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 161 | 0.28 | 0 | 0.09 | 0.31 | 160.41 | 0.24 | 0.6 |
| Hex | 80 | B1 | A1 | 1C | 0 | 9 | 1F | A0 | 18 | 3C |
| Octal | 200 | 261 | 241 | 34 | 0 | 11 | 37 | 240 | 30 | 74 |
| Binary | 10000000 | 10110001 | 10100001 | 11100 | 0 | 1001 | 11111 | 10100000 | 11000 | 111100 |
Color Harmonies of #80B1A1
Complementary color
Monochromatic Colors of #80B1A1
Black with #80B1A1
Text Example
Text Example
White with #80B1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B1A1; }
p { color: rgb(128,177,161); }
H1.HeaderClassName
{
color: #80B1A1;
}
.AnyTagClassName
{
color: #80B1A1;
}
</style>
background-color css
<style>
a { background-color: #80B1A1; }
a { background-color: rgb(128,177,161); }
div.DivClassName
{
background-color: #80B1A1;
}
.BgClassName
{
background-color: #80B1A1;
}
</style>
border-color css
<style>
span { border-color: #80B1A1; }
span { border-color: rgb(128,177,161); }
td.TdClassName
{
border-color: #80B1A1;
}
.TagClassName
{
border-color: #80B1A1;
}
</style>