Shades of Sea Nymph #80B59F
Tints of Sea Nymph #80B59F
RGB
CMYK
RGB Variations
Color information
#80B59F (or 0x80B59F) is known color: Sea Nymph. HEX triplet: 80, B5 and 9F. RGB value is (128,181,159). Sum of RGB (Red+Green+Blue) = 128+181+159=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #80B59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B59F is #7F4A60. Grayscale: #A2A2A2. Windows color (decimal): -8342113 or 10466688. OLE color: 10466688.
HSL color Cylindrical-coordinate representation of color #80B59F: hue angle of 155.09º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B59F is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 159 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.29 |
| HSL | 155.09º | 0.26% | 0.61% | - |
| HSV(B) | 155.09º | 0.29% | 0.71% | - |
| XYZ | 31.68 | 40.14 | 38.88 | - |
| YUV | 162.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 159 | 0.29 | 0 | 0.12 | 0.29 | 155.09 | 0.26 | 0.61 |
| Hex | 80 | B5 | 9F | 1D | 0 | C | 1D | 9B | 1A | 3D |
| Octal | 200 | 265 | 237 | 35 | 0 | 14 | 35 | 233 | 32 | 75 |
| Binary | 10000000 | 10110101 | 10011111 | 11101 | 0 | 1100 | 11101 | 10011011 | 11010 | 111101 |
Color Harmonies of #80B59F
Complementary color
Monochromatic Colors of #80B59F
Black with #80B59F
Text Example
Text Example
White with #80B59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B59F; }
p { color: rgb(128,181,159); }
H1.HeaderClassName
{
color: #80B59F;
}
.AnyTagClassName
{
color: #80B59F;
}
</style>
background-color css
<style>
a { background-color: #80B59F; }
a { background-color: rgb(128,181,159); }
div.DivClassName
{
background-color: #80B59F;
}
.BgClassName
{
background-color: #80B59F;
}
</style>
border-color css
<style>
span { border-color: #80B59F; }
span { border-color: rgb(128,181,159); }
td.TdClassName
{
border-color: #80B59F;
}
.TagClassName
{
border-color: #80B59F;
}
</style>