Shades of Sea Nymph #8CBCAB
Tints of Sea Nymph #8CBCAB
RGB
CMYK
RGB Variations
Color information
#8CBCAB (or 0x8CBCAB) is known color: Sea Nymph. HEX triplet: 8C, BC and AB. RGB value is (140,188,171). Sum of RGB (Red+Green+Blue) = 140+188+171=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCAB is #734354. Grayscale: #ABABAB. Windows color (decimal): -7553877 or 11254924. OLE color: 11254924.
HSL color Cylindrical-coordinate representation of color #8CBCAB: hue angle of 158.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBCAB is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 171 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.26 |
| HSL | 158.75º | 0.26% | 0.64% | - |
| HSV(B) | 158.75º | 0.26% | 0.74% | - |
| XYZ | 36.15 | 44.48 | 45.21 | - |
| YUV | 171.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 171 | 0.26 | 0 | 0.09 | 0.26 | 158.75 | 0.26 | 0.64 |
| Hex | 8C | BC | AB | 1A | 0 | 9 | 1A | 9F | 1A | 40 |
| Octal | 214 | 274 | 253 | 32 | 0 | 11 | 32 | 237 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10101011 | 11010 | 0 | 1001 | 11010 | 10011111 | 11010 | 1000000 |
Color Harmonies of #8CBCAB
Complementary color
Monochromatic Colors of #8CBCAB
Black with #8CBCAB
Text Example
Text Example
White with #8CBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCAB; }
p { color: rgb(140,188,171); }
H1.HeaderClassName
{
color: #8CBCAB;
}
.AnyTagClassName
{
color: #8CBCAB;
}
</style>
background-color css
<style>
a { background-color: #8CBCAB; }
a { background-color: rgb(140,188,171); }
div.DivClassName
{
background-color: #8CBCAB;
}
.BgClassName
{
background-color: #8CBCAB;
}
</style>
border-color css
<style>
span { border-color: #8CBCAB; }
span { border-color: rgb(140,188,171); }
td.TdClassName
{
border-color: #8CBCAB;
}
.TagClassName
{
border-color: #8CBCAB;
}
</style>