Shades of Sea Nymph #8CB1AB
Tints of Sea Nymph #8CB1AB
RGB
CMYK
RGB Variations
Color information
#8CB1AB (or 0x8CB1AB) is known color: Sea Nymph. HEX triplet: 8C, B1 and AB. RGB value is (140,177,171). Sum of RGB (Red+Green+Blue) = 140+177+171=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB1AB is #734E54. Grayscale: #A5A5A5. Windows color (decimal): -7556693 or 11252108. OLE color: 11252108.
HSL color Cylindrical-coordinate representation of color #8CB1AB: hue angle of 170.27º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CB1AB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 171 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.31 |
| HSL | 170.27º | 0.19% | 0.62% | - |
| HSV(B) | 170.27º | 0.21% | 0.69% | - |
| XYZ | 33.89 | 39.96 | 44.46 | - |
| YUV | 165.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 171 | 0.21 | 0 | 0.03 | 0.31 | 170.27 | 0.19 | 0.62 |
| Hex | 8C | B1 | AB | 15 | 0 | 3 | 1F | AA | 13 | 3E |
| Octal | 214 | 261 | 253 | 25 | 0 | 3 | 37 | 252 | 23 | 76 |
| Binary | 10001100 | 10110001 | 10101011 | 10101 | 0 | 11 | 11111 | 10101010 | 10011 | 111110 |
Color Harmonies of #8CB1AB
Complementary color
Monochromatic Colors of #8CB1AB
Black with #8CB1AB
Text Example
Text Example
White with #8CB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB1AB; }
p { color: rgb(140,177,171); }
H1.HeaderClassName
{
color: #8CB1AB;
}
.AnyTagClassName
{
color: #8CB1AB;
}
</style>
background-color css
<style>
a { background-color: #8CB1AB; }
a { background-color: rgb(140,177,171); }
div.DivClassName
{
background-color: #8CB1AB;
}
.BgClassName
{
background-color: #8CB1AB;
}
</style>
border-color css
<style>
span { border-color: #8CB1AB; }
span { border-color: rgb(140,177,171); }
td.TdClassName
{
border-color: #8CB1AB;
}
.TagClassName
{
border-color: #8CB1AB;
}
</style>