Shades of Sea Nymph #8FACA4
Tints of Sea Nymph #8FACA4
RGB
CMYK
RGB Variations
Color information
#8FACA4 (or 0x8FACA4) is known color: Sea Nymph. HEX triplet: 8F, AC and A4. RGB value is (143,172,164). Sum of RGB (Red+Green+Blue) = 143+172+164=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #8FACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACA4 is #70535B. Grayscale: #A2A2A2. Windows color (decimal): -7361372 or 10792079. OLE color: 10792079.
HSL color Cylindrical-coordinate representation of color #8FACA4: hue angle of 163.45º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FACA4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 164 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.33 |
| HSL | 163.45º | 0.15% | 0.62% | - |
| HSV(B) | 163.45º | 0.17% | 0.67% | - |
| XYZ | 32.78 | 38.03 | 40.73 | - |
| YUV | 162.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 164 | 0.17 | 0 | 0.05 | 0.33 | 163.45 | 0.15 | 0.62 |
| Hex | 8F | AC | A4 | 11 | 0 | 5 | 21 | A3 | F | 3E |
| Octal | 217 | 254 | 244 | 21 | 0 | 5 | 41 | 243 | 17 | 76 |
| Binary | 10001111 | 10101100 | 10100100 | 10001 | 0 | 101 | 100001 | 10100011 | 1111 | 111110 |
Color Harmonies of #8FACA4
Complementary color
Monochromatic Colors of #8FACA4
Black with #8FACA4
Text Example
Text Example
White with #8FACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACA4; }
p { color: rgb(143,172,164); }
H1.HeaderClassName
{
color: #8FACA4;
}
.AnyTagClassName
{
color: #8FACA4;
}
</style>
background-color css
<style>
a { background-color: #8FACA4; }
a { background-color: rgb(143,172,164); }
div.DivClassName
{
background-color: #8FACA4;
}
.BgClassName
{
background-color: #8FACA4;
}
</style>
border-color css
<style>
span { border-color: #8FACA4; }
span { border-color: rgb(143,172,164); }
td.TdClassName
{
border-color: #8FACA4;
}
.TagClassName
{
border-color: #8FACA4;
}
</style>