Shades of Sea Nymph #8CACA9
Tints of Sea Nymph #8CACA9
RGB
CMYK
RGB Variations
Color information
#8CACA9 (or 0x8CACA9) is known color: Sea Nymph. HEX triplet: 8C, AC and A9. RGB value is (140,172,169). Sum of RGB (Red+Green+Blue) = 140+172+169=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #8CACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CACA9 is #735356. Grayscale: #A2A2A2. Windows color (decimal): -7557975 or 11119756. OLE color: 11119756.
HSL color Cylindrical-coordinate representation of color #8CACA9: hue angle of 174.38º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CACA9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 169 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.33 |
| HSL | 174.38º | 0.16% | 0.61% | - |
| HSV(B) | 174.38º | 0.19% | 0.67% | - |
| XYZ | 32.73 | 37.95 | 43.14 | - |
| YUV | 162.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 169 | 0.19 | 0 | 0.02 | 0.33 | 174.38 | 0.16 | 0.61 |
| Hex | 8C | AC | A9 | 13 | 0 | 2 | 21 | AE | 10 | 3D |
| Octal | 214 | 254 | 251 | 23 | 0 | 2 | 41 | 256 | 20 | 75 |
| Binary | 10001100 | 10101100 | 10101001 | 10011 | 0 | 10 | 100001 | 10101110 | 10000 | 111101 |
Color Harmonies of #8CACA9
Complementary color
Monochromatic Colors of #8CACA9
Black with #8CACA9
Text Example
Text Example
White with #8CACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACA9; }
p { color: rgb(140,172,169); }
H1.HeaderClassName
{
color: #8CACA9;
}
.AnyTagClassName
{
color: #8CACA9;
}
</style>
background-color css
<style>
a { background-color: #8CACA9; }
a { background-color: rgb(140,172,169); }
div.DivClassName
{
background-color: #8CACA9;
}
.BgClassName
{
background-color: #8CACA9;
}
</style>
border-color css
<style>
span { border-color: #8CACA9; }
span { border-color: rgb(140,172,169); }
td.TdClassName
{
border-color: #8CACA9;
}
.TagClassName
{
border-color: #8CACA9;
}
</style>