Shades of Sea Nymph #7FBBA5
Tints of Sea Nymph #7FBBA5
RGB
CMYK
RGB Variations
Color information
#7FBBA5 (or 0x7FBBA5) is known color: Sea Nymph. HEX triplet: 7F, BB and A5. RGB value is (127,187,165). Sum of RGB (Red+Green+Blue) = 127+187+165=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBBA5 is #80445A. Grayscale: #A6A6A6. Windows color (decimal): -8406107 or 10861439. OLE color: 10861439.
HSL color Cylindrical-coordinate representation of color #7FBBA5: hue angle of 158º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBBA5 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 165 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.27 |
| HSL | 158º | 0.31% | 0.62% | - |
| HSV(B) | 158º | 0.32% | 0.73% | - |
| XYZ | 33.31 | 42.77 | 42.1 | - |
| YUV | 166.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 165 | 0.32 | 0 | 0.12 | 0.27 | 158 | 0.31 | 0.62 |
| Hex | 7F | BB | A5 | 20 | 0 | C | 1B | 9E | 1F | 3E |
| Octal | 177 | 273 | 245 | 40 | 0 | 14 | 33 | 236 | 37 | 76 |
| Binary | 1111111 | 10111011 | 10100101 | 100000 | 0 | 1100 | 11011 | 10011110 | 11111 | 111110 |
Color Harmonies of #7FBBA5
Complementary color
Monochromatic Colors of #7FBBA5
Black with #7FBBA5
Text Example
Text Example
White with #7FBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBA5; }
p { color: rgb(127,187,165); }
H1.HeaderClassName
{
color: #7FBBA5;
}
.AnyTagClassName
{
color: #7FBBA5;
}
</style>
background-color css
<style>
a { background-color: #7FBBA5; }
a { background-color: rgb(127,187,165); }
div.DivClassName
{
background-color: #7FBBA5;
}
.BgClassName
{
background-color: #7FBBA5;
}
</style>
border-color css
<style>
span { border-color: #7FBBA5; }
span { border-color: rgb(127,187,165); }
td.TdClassName
{
border-color: #7FBBA5;
}
.TagClassName
{
border-color: #7FBBA5;
}
</style>