Shades of Sea Nymph #8AAFA8
Tints of Sea Nymph #8AAFA8
RGB
CMYK
RGB Variations
Color information
#8AAFA8 (or 0x8AAFA8) is known color: Sea Nymph. HEX triplet: 8A, AF and A8. RGB value is (138,175,168). Sum of RGB (Red+Green+Blue) = 138+175+168=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAFA8 is #755057. Grayscale: #A3A3A3. Windows color (decimal): -7688280 or 11054986. OLE color: 11054986.
HSL color Cylindrical-coordinate representation of color #8AAFA8: hue angle of 168.65º 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 #8AAFA8 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 168 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.31 |
| HSL | 168.65º | 0.19% | 0.61% | - |
| HSV(B) | 168.65º | 0.21% | 0.69% | - |
| XYZ | 32.88 | 38.89 | 42.82 | - |
| YUV | 163.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 168 | 0.21 | 0 | 0.04 | 0.31 | 168.65 | 0.19 | 0.61 |
| Hex | 8A | AF | A8 | 15 | 0 | 4 | 1F | A9 | 13 | 3D |
| Octal | 212 | 257 | 250 | 25 | 0 | 4 | 37 | 251 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10101000 | 10101 | 0 | 100 | 11111 | 10101001 | 10011 | 111101 |
Color Harmonies of #8AAFA8
Complementary color
Monochromatic Colors of #8AAFA8
Black with #8AAFA8
Text Example
Text Example
White with #8AAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAFA8; }
p { color: rgb(138,175,168); }
H1.HeaderClassName
{
color: #8AAFA8;
}
.AnyTagClassName
{
color: #8AAFA8;
}
</style>
background-color css
<style>
a { background-color: #8AAFA8; }
a { background-color: rgb(138,175,168); }
div.DivClassName
{
background-color: #8AAFA8;
}
.BgClassName
{
background-color: #8AAFA8;
}
</style>
border-color css
<style>
span { border-color: #8AAFA8; }
span { border-color: rgb(138,175,168); }
td.TdClassName
{
border-color: #8AAFA8;
}
.TagClassName
{
border-color: #8AAFA8;
}
</style>