Shades of Sea Nymph #8FAFAA
Tints of Sea Nymph #8FAFAA
RGB
CMYK
RGB Variations
Color information
#8FAFAA (or 0x8FAFAA) is known color: Sea Nymph. HEX triplet: 8F, AF and AA. RGB value is (143,175,170). Sum of RGB (Red+Green+Blue) = 143+175+170=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFAA is #705055. Grayscale: #A4A4A4. Windows color (decimal): -7360598 or 11186063. OLE color: 11186063.
HSL color Cylindrical-coordinate representation of color #8FAFAA: hue angle of 170.62º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAFAA is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 170 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.31 |
| HSL | 170.63º | 0.17% | 0.62% | - |
| HSV(B) | 170.63º | 0.18% | 0.69% | - |
| XYZ | 33.91 | 39.4 | 43.85 | - |
| YUV | 164.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 170 | 0.18 | 0 | 0.03 | 0.31 | 170.63 | 0.17 | 0.62 |
| Hex | 8F | AF | AA | 12 | 0 | 3 | 1F | AB | 11 | 3E |
| Octal | 217 | 257 | 252 | 22 | 0 | 3 | 37 | 253 | 21 | 76 |
| Binary | 10001111 | 10101111 | 10101010 | 10010 | 0 | 11 | 11111 | 10101011 | 10001 | 111110 |
Color Harmonies of #8FAFAA
Complementary color
Monochromatic Colors of #8FAFAA
Black with #8FAFAA
Text Example
Text Example
White with #8FAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFAA; }
p { color: rgb(143,175,170); }
H1.HeaderClassName
{
color: #8FAFAA;
}
.AnyTagClassName
{
color: #8FAFAA;
}
</style>
background-color css
<style>
a { background-color: #8FAFAA; }
a { background-color: rgb(143,175,170); }
div.DivClassName
{
background-color: #8FAFAA;
}
.BgClassName
{
background-color: #8FAFAA;
}
</style>
border-color css
<style>
span { border-color: #8FAFAA; }
span { border-color: rgb(143,175,170); }
td.TdClassName
{
border-color: #8FAFAA;
}
.TagClassName
{
border-color: #8FAFAA;
}
</style>