Shades of Sea Nymph #8CACA4
Tints of Sea Nymph #8CACA4
RGB
CMYK
RGB Variations
Color information
#8CACA4 (or 0x8CACA4) is known color: Sea Nymph. HEX triplet: 8C, AC and A4. RGB value is (140,172,164). Sum of RGB (Red+Green+Blue) = 140+172+164=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #8CACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CACA4 is #73535B. Grayscale: #A1A1A1. Windows color (decimal): -7557980 or 10792076. OLE color: 10792076.
HSL color Cylindrical-coordinate representation of color #8CACA4: hue angle of 165º 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 #8CACA4 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 164 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.33 |
| HSL | 165º | 0.16% | 0.61% | - |
| HSV(B) | 165º | 0.19% | 0.67% | - |
| XYZ | 32.27 | 37.76 | 40.71 | - |
| YUV | 161.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 164 | 0.19 | 0 | 0.05 | 0.33 | 165 | 0.16 | 0.61 |
| Hex | 8C | AC | A4 | 13 | 0 | 5 | 21 | A5 | 10 | 3D |
| Octal | 214 | 254 | 244 | 23 | 0 | 5 | 41 | 245 | 20 | 75 |
| Binary | 10001100 | 10101100 | 10100100 | 10011 | 0 | 101 | 100001 | 10100101 | 10000 | 111101 |
Color Harmonies of #8CACA4
Complementary color
Monochromatic Colors of #8CACA4
Black with #8CACA4
Text Example
Text Example
White with #8CACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACA4; }
p { color: rgb(140,172,164); }
H1.HeaderClassName
{
color: #8CACA4;
}
.AnyTagClassName
{
color: #8CACA4;
}
</style>
background-color css
<style>
a { background-color: #8CACA4; }
a { background-color: rgb(140,172,164); }
div.DivClassName
{
background-color: #8CACA4;
}
.BgClassName
{
background-color: #8CACA4;
}
</style>
border-color css
<style>
span { border-color: #8CACA4; }
span { border-color: rgb(140,172,164); }
td.TdClassName
{
border-color: #8CACA4;
}
.TagClassName
{
border-color: #8CACA4;
}
</style>