Shades of Sea Nymph #8AAF9F
Tints of Sea Nymph #8AAF9F
RGB
CMYK
RGB Variations
Color information
#8AAF9F (or 0x8AAF9F) is known color: Sea Nymph. HEX triplet: 8A, AF and 9F. RGB value is (138,175,159). Sum of RGB (Red+Green+Blue) = 138+175+159=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF9F is #755060. Grayscale: #A2A2A2. Windows color (decimal): -7688289 or 10465162. OLE color: 10465162.
HSL color Cylindrical-coordinate representation of color #8AAF9F: hue angle of 154.05º 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 #8AAF9F is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 159 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.31 |
| HSL | 154.05º | 0.19% | 0.61% | - |
| HSV(B) | 154.05º | 0.21% | 0.69% | - |
| XYZ | 32.07 | 38.57 | 38.55 | - |
| YUV | 162.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 159 | 0.21 | 0 | 0.09 | 0.31 | 154.05 | 0.19 | 0.61 |
| Hex | 8A | AF | 9F | 15 | 0 | 9 | 1F | 9A | 13 | 3D |
| Octal | 212 | 257 | 237 | 25 | 0 | 11 | 37 | 232 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10011111 | 10101 | 0 | 1001 | 11111 | 10011010 | 10011 | 111101 |
Color Harmonies of #8AAF9F
Complementary color
Monochromatic Colors of #8AAF9F
Black with #8AAF9F
Text Example
Text Example
White with #8AAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF9F; }
p { color: rgb(138,175,159); }
H1.HeaderClassName
{
color: #8AAF9F;
}
.AnyTagClassName
{
color: #8AAF9F;
}
</style>
background-color css
<style>
a { background-color: #8AAF9F; }
a { background-color: rgb(138,175,159); }
div.DivClassName
{
background-color: #8AAF9F;
}
.BgClassName
{
background-color: #8AAF9F;
}
</style>
border-color css
<style>
span { border-color: #8AAF9F; }
span { border-color: rgb(138,175,159); }
td.TdClassName
{
border-color: #8AAF9F;
}
.TagClassName
{
border-color: #8AAF9F;
}
</style>