Shades of Sea Nymph #8CB8AB
Tints of Sea Nymph #8CB8AB
RGB
CMYK
RGB Variations
Color information
#8CB8AB (or 0x8CB8AB) is known color: Sea Nymph. HEX triplet: 8C, B8 and AB. RGB value is (140,184,171). Sum of RGB (Red+Green+Blue) = 140+184+171=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB8AB is #734754. Grayscale: #A9A9A9. Windows color (decimal): -7554901 or 11253900. OLE color: 11253900.
HSL color Cylindrical-coordinate representation of color #8CB8AB: hue angle of 162.27º 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 #8CB8AB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 171 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.28 |
| HSL | 162.27º | 0.24% | 0.64% | - |
| HSV(B) | 162.27º | 0.24% | 0.72% | - |
| XYZ | 35.31 | 42.8 | 44.93 | - |
| YUV | 169.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 171 | 0.24 | 0 | 0.07 | 0.28 | 162.27 | 0.24 | 0.64 |
| Hex | 8C | B8 | AB | 18 | 0 | 7 | 1C | A2 | 18 | 40 |
| Octal | 214 | 270 | 253 | 30 | 0 | 7 | 34 | 242 | 30 | 100 |
| Binary | 10001100 | 10111000 | 10101011 | 11000 | 0 | 111 | 11100 | 10100010 | 11000 | 1000000 |
Color Harmonies of #8CB8AB
Complementary color
Monochromatic Colors of #8CB8AB
Black with #8CB8AB
Text Example
Text Example
White with #8CB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8AB; }
p { color: rgb(140,184,171); }
H1.HeaderClassName
{
color: #8CB8AB;
}
.AnyTagClassName
{
color: #8CB8AB;
}
</style>
background-color css
<style>
a { background-color: #8CB8AB; }
a { background-color: rgb(140,184,171); }
div.DivClassName
{
background-color: #8CB8AB;
}
.BgClassName
{
background-color: #8CB8AB;
}
</style>
border-color css
<style>
span { border-color: #8CB8AB; }
span { border-color: rgb(140,184,171); }
td.TdClassName
{
border-color: #8CB8AB;
}
.TagClassName
{
border-color: #8CB8AB;
}
</style>