Shades of Sea Nymph #80BDA5
Tints of Sea Nymph #80BDA5
RGB
CMYK
RGB Variations
Color information
#80BDA5 (or 0x80BDA5) is known color: Sea Nymph. HEX triplet: 80, BD and A5. RGB value is (128,189,165). Sum of RGB (Red+Green+Blue) = 128+189+165=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BDA5 is #7F425A. Grayscale: #A8A8A8. Windows color (decimal): -8340059 or 10861952. OLE color: 10861952.
HSL color Cylindrical-coordinate representation of color #80BDA5: hue angle of 156.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BDA5 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 165 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.26 |
| HSL | 156.39º | 0.32% | 0.62% | - |
| HSV(B) | 156.39º | 0.32% | 0.74% | - |
| XYZ | 33.89 | 43.7 | 42.25 | - |
| YUV | 168.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 165 | 0.32 | 0 | 0.13 | 0.26 | 156.39 | 0.32 | 0.62 |
| Hex | 80 | BD | A5 | 20 | 0 | D | 1A | 9C | 20 | 3E |
| Octal | 200 | 275 | 245 | 40 | 0 | 15 | 32 | 234 | 40 | 76 |
| Binary | 10000000 | 10111101 | 10100101 | 100000 | 0 | 1101 | 11010 | 10011100 | 100000 | 111110 |
Color Harmonies of #80BDA5
Complementary color
Monochromatic Colors of #80BDA5
Black with #80BDA5
Text Example
Text Example
White with #80BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDA5; }
p { color: rgb(128,189,165); }
H1.HeaderClassName
{
color: #80BDA5;
}
.AnyTagClassName
{
color: #80BDA5;
}
</style>
background-color css
<style>
a { background-color: #80BDA5; }
a { background-color: rgb(128,189,165); }
div.DivClassName
{
background-color: #80BDA5;
}
.BgClassName
{
background-color: #80BDA5;
}
</style>
border-color css
<style>
span { border-color: #80BDA5; }
span { border-color: rgb(128,189,165); }
td.TdClassName
{
border-color: #80BDA5;
}
.TagClassName
{
border-color: #80BDA5;
}
</style>