Shades of Sea Nymph #8BAFA1
Tints of Sea Nymph #8BAFA1
RGB
CMYK
RGB Variations
Color information
#8BAFA1 (or 0x8BAFA1) is known color: Sea Nymph. HEX triplet: 8B, AF and A1. RGB value is (139,175,161). Sum of RGB (Red+Green+Blue) = 139+175+161=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFA1 is #74505E. Grayscale: #A2A2A2. Windows color (decimal): -7622751 or 10596235. OLE color: 10596235.
HSL color Cylindrical-coordinate representation of color #8BAFA1: hue angle of 156.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BAFA1 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 161 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.31 |
| HSL | 156.67º | 0.18% | 0.62% | - |
| HSV(B) | 156.67º | 0.21% | 0.69% | - |
| XYZ | 32.41 | 38.72 | 39.48 | - |
| YUV | 162.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 161 | 0.21 | 0 | 0.08 | 0.31 | 156.67 | 0.18 | 0.62 |
| Hex | 8B | AF | A1 | 15 | 0 | 8 | 1F | 9D | 12 | 3E |
| Octal | 213 | 257 | 241 | 25 | 0 | 10 | 37 | 235 | 22 | 76 |
| Binary | 10001011 | 10101111 | 10100001 | 10101 | 0 | 1000 | 11111 | 10011101 | 10010 | 111110 |
Color Harmonies of #8BAFA1
Complementary color
Monochromatic Colors of #8BAFA1
Black with #8BAFA1
Text Example
Text Example
White with #8BAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFA1; }
p { color: rgb(139,175,161); }
H1.HeaderClassName
{
color: #8BAFA1;
}
.AnyTagClassName
{
color: #8BAFA1;
}
</style>
background-color css
<style>
a { background-color: #8BAFA1; }
a { background-color: rgb(139,175,161); }
div.DivClassName
{
background-color: #8BAFA1;
}
.BgClassName
{
background-color: #8BAFA1;
}
</style>
border-color css
<style>
span { border-color: #8BAFA1; }
span { border-color: rgb(139,175,161); }
td.TdClassName
{
border-color: #8BAFA1;
}
.TagClassName
{
border-color: #8BAFA1;
}
</style>