Shades of Sea Nymph #8FAAA7
Tints of Sea Nymph #8FAAA7
RGB
CMYK
RGB Variations
Color information
#8FAAA7 (or 0x8FAAA7) is known color: Sea Nymph. HEX triplet: 8F, AA and A7. RGB value is (143,170,167). Sum of RGB (Red+Green+Blue) = 143+170+167=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAA7 is #705558. Grayscale: #A1A1A1. Windows color (decimal): -7361881 or 10988175. OLE color: 10988175.
HSL color Cylindrical-coordinate representation of color #8FAAA7: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAAA7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 143 | 170 | 167 | - |
CMYK | 0.16 | 0 | 0.02 | 0.33 |
HSL | 173.33º | 0.14% | 0.61% | - |
HSV(B) | 173.33º | 0.16% | 0.67% | - |
XYZ | 32.68 | 37.38 | 42.05 | - |
YUV | 161.59 | 131.05 | 114.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 170 | 167 | 0.16 | 0 | 0.02 | 0.33 | 173.33 | 0.14 | 0.61 |
Hex | 8F | AA | A7 | 10 | 0 | 2 | 21 | AD | E | 3D |
Octal | 217 | 252 | 247 | 20 | 0 | 2 | 41 | 255 | 16 | 75 |
Binary | 10001111 | 10101010 | 10100111 | 10000 | 0 | 10 | 100001 | 10101101 | 1110 | 111101 |
Color Harmonies of #8FAAA7
Complementary color
Monochromatic Colors of #8FAAA7
Black with #8FAAA7
Text Example
Text Example
White with #8FAAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAA7; }
p { color: rgb(143,170,167); }
H1.HeaderClassName
{
color: #8FAAA7;
}
.AnyTagClassName
{
color: #8FAAA7;
}
</style>
background-color css
<style>
a { background-color: #8FAAA7; }
a { background-color: rgb(143,170,167); }
div.DivClassName
{
background-color: #8FAAA7;
}
.BgClassName
{
background-color: #8FAAA7;
}
</style>
border-color css
<style>
span { border-color: #8FAAA7; }
span { border-color: rgb(143,170,167); }
td.TdClassName
{
border-color: #8FAAA7;
}
.TagClassName
{
border-color: #8FAAA7;
}
</style>