Shades of Sea Nymph #80B19F
Tints of Sea Nymph #80B19F
RGB
CMYK
RGB Variations
Color information
#80B19F (or 0x80B19F) is known color: Sea Nymph. HEX triplet: 80, B1 and 9F. RGB value is (128,177,159). Sum of RGB (Red+Green+Blue) = 128+177+159=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #80B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B19F is #7F4E60. Grayscale: #A0A0A0. Windows color (decimal): -8343137 or 10465664. OLE color: 10465664.
HSL color Cylindrical-coordinate representation of color #80B19F: hue angle of 157.96º 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 #80B19F is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 159 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.31 |
| HSL | 157.96º | 0.24% | 0.6% | - |
| HSV(B) | 157.96º | 0.28% | 0.69% | - |
| XYZ | 30.88 | 38.54 | 38.61 | - |
| YUV | 160.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 159 | 0.28 | 0 | 0.10 | 0.31 | 157.96 | 0.24 | 0.6 |
| Hex | 80 | B1 | 9F | 1C | 0 | A | 1F | 9E | 18 | 3C |
| Octal | 200 | 261 | 237 | 34 | 0 | 12 | 37 | 236 | 30 | 74 |
| Binary | 10000000 | 10110001 | 10011111 | 11100 | 0 | 1010 | 11111 | 10011110 | 11000 | 111100 |
Color Harmonies of #80B19F
Complementary color
Monochromatic Colors of #80B19F
Black with #80B19F
Text Example
Text Example
White with #80B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B19F; }
p { color: rgb(128,177,159); }
H1.HeaderClassName
{
color: #80B19F;
}
.AnyTagClassName
{
color: #80B19F;
}
</style>
background-color css
<style>
a { background-color: #80B19F; }
a { background-color: rgb(128,177,159); }
div.DivClassName
{
background-color: #80B19F;
}
.BgClassName
{
background-color: #80B19F;
}
</style>
border-color css
<style>
span { border-color: #80B19F; }
span { border-color: rgb(128,177,159); }
td.TdClassName
{
border-color: #80B19F;
}
.TagClassName
{
border-color: #80B19F;
}
</style>