Shades of Sea Nymph #80B4A5
Tints of Sea Nymph #80B4A5
RGB
CMYK
RGB Variations
Color information
#80B4A5 (or 0x80B4A5) is known color: Sea Nymph. HEX triplet: 80, B4 and A5. RGB value is (128,180,165). Sum of RGB (Red+Green+Blue) = 128+180+165=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #80B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B4A5 is #7F4B5A. Grayscale: #A2A2A2. Windows color (decimal): -8342363 or 10859648. OLE color: 10859648.
HSL color Cylindrical-coordinate representation of color #80B4A5: hue angle of 162.69º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B4A5 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 165 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.29 |
| HSL | 162.69º | 0.26% | 0.6% | - |
| HSV(B) | 162.69º | 0.29% | 0.71% | - |
| XYZ | 32.01 | 39.95 | 41.62 | - |
| YUV | 162.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 165 | 0.29 | 0 | 0.08 | 0.29 | 162.69 | 0.26 | 0.6 |
| Hex | 80 | B4 | A5 | 1D | 0 | 8 | 1D | A3 | 1A | 3C |
| Octal | 200 | 264 | 245 | 35 | 0 | 10 | 35 | 243 | 32 | 74 |
| Binary | 10000000 | 10110100 | 10100101 | 11101 | 0 | 1000 | 11101 | 10100011 | 11010 | 111100 |
Color Harmonies of #80B4A5
Complementary color
Monochromatic Colors of #80B4A5
Black with #80B4A5
Text Example
Text Example
White with #80B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B4A5; }
p { color: rgb(128,180,165); }
H1.HeaderClassName
{
color: #80B4A5;
}
.AnyTagClassName
{
color: #80B4A5;
}
</style>
background-color css
<style>
a { background-color: #80B4A5; }
a { background-color: rgb(128,180,165); }
div.DivClassName
{
background-color: #80B4A5;
}
.BgClassName
{
background-color: #80B4A5;
}
</style>
border-color css
<style>
span { border-color: #80B4A5; }
span { border-color: rgb(128,180,165); }
td.TdClassName
{
border-color: #80B4A5;
}
.TagClassName
{
border-color: #80B4A5;
}
</style>