Shades of Sea Nymph #8AAFA1
Tints of Sea Nymph #8AAFA1
RGB
CMYK
RGB Variations
Color information
#8AAFA1 (or 0x8AAFA1) is known color: Sea Nymph. HEX triplet: 8A, AF and A1. RGB value is (138,175,161). Sum of RGB (Red+Green+Blue) = 138+175+161=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAFA1 is #75505E. Grayscale: #A2A2A2. Windows color (decimal): -7688287 or 10596234. OLE color: 10596234.
HSL color Cylindrical-coordinate representation of color #8AAFA1: hue angle of 157.3º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAFA1 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 161 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.31 |
| HSL | 157.3º | 0.19% | 0.61% | - |
| HSV(B) | 157.3º | 0.21% | 0.69% | - |
| XYZ | 32.24 | 38.64 | 39.48 | - |
| YUV | 162.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 161 | 0.21 | 0 | 0.08 | 0.31 | 157.3 | 0.19 | 0.61 |
| Hex | 8A | AF | A1 | 15 | 0 | 8 | 1F | 9D | 13 | 3D |
| Octal | 212 | 257 | 241 | 25 | 0 | 10 | 37 | 235 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10100001 | 10101 | 0 | 1000 | 11111 | 10011101 | 10011 | 111101 |
Color Harmonies of #8AAFA1
Complementary color
Monochromatic Colors of #8AAFA1
Black with #8AAFA1
Text Example
Text Example
White with #8AAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAFA1; }
p { color: rgb(138,175,161); }
H1.HeaderClassName
{
color: #8AAFA1;
}
.AnyTagClassName
{
color: #8AAFA1;
}
</style>
background-color css
<style>
a { background-color: #8AAFA1; }
a { background-color: rgb(138,175,161); }
div.DivClassName
{
background-color: #8AAFA1;
}
.BgClassName
{
background-color: #8AAFA1;
}
</style>
border-color css
<style>
span { border-color: #8AAFA1; }
span { border-color: rgb(138,175,161); }
td.TdClassName
{
border-color: #8AAFA1;
}
.TagClassName
{
border-color: #8AAFA1;
}
</style>