Shades of Sea Nymph #8CB8AC
Tints of Sea Nymph #8CB8AC
RGB
CMYK
RGB Variations
Color information
#8CB8AC (or 0x8CB8AC) is known color: Sea Nymph. HEX triplet: 8C, B8 and AC. RGB value is (140,184,172). Sum of RGB (Red+Green+Blue) = 140+184+172=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB8AC is #734753. Grayscale: #A9A9A9. Windows color (decimal): -7554900 or 11319436. OLE color: 11319436.
HSL color Cylindrical-coordinate representation of color #8CB8AC: hue angle of 163.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB8AC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 172 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.28 |
| HSL | 163.64º | 0.24% | 0.64% | - |
| HSV(B) | 163.64º | 0.24% | 0.72% | - |
| XYZ | 35.4 | 42.83 | 45.43 | - |
| YUV | 169.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 172 | 0.24 | 0 | 0.07 | 0.28 | 163.64 | 0.24 | 0.64 |
| Hex | 8C | B8 | AC | 18 | 0 | 7 | 1C | A4 | 18 | 40 |
| Octal | 214 | 270 | 254 | 30 | 0 | 7 | 34 | 244 | 30 | 100 |
| Binary | 10001100 | 10111000 | 10101100 | 11000 | 0 | 111 | 11100 | 10100100 | 11000 | 1000000 |
Color Harmonies of #8CB8AC
Complementary color
Monochromatic Colors of #8CB8AC
Black with #8CB8AC
Text Example
Text Example
White with #8CB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8AC; }
p { color: rgb(140,184,172); }
H1.HeaderClassName
{
color: #8CB8AC;
}
.AnyTagClassName
{
color: #8CB8AC;
}
</style>
background-color css
<style>
a { background-color: #8CB8AC; }
a { background-color: rgb(140,184,172); }
div.DivClassName
{
background-color: #8CB8AC;
}
.BgClassName
{
background-color: #8CB8AC;
}
</style>
border-color css
<style>
span { border-color: #8CB8AC; }
span { border-color: rgb(140,184,172); }
td.TdClassName
{
border-color: #8CB8AC;
}
.TagClassName
{
border-color: #8CB8AC;
}
</style>