Shades of Sea Nymph #8CBAAA
Tints of Sea Nymph #8CBAAA
RGB
CMYK
RGB Variations
Color information
#8CBAAA (or 0x8CBAAA) is known color: Sea Nymph. HEX triplet: 8C, BA and AA. RGB value is (140,186,170). Sum of RGB (Red+Green+Blue) = 140+186+170=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBAAA is #734555. Grayscale: #AAAAAA. Windows color (decimal): -7554390 or 11188876. OLE color: 11188876.
HSL color Cylindrical-coordinate representation of color #8CBAAA: hue angle of 159.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBAAA is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 170 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.27 |
| HSL | 159.13º | 0.25% | 0.64% | - |
| HSV(B) | 159.13º | 0.25% | 0.73% | - |
| XYZ | 35.63 | 43.6 | 44.57 | - |
| YUV | 170.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 170 | 0.25 | 0 | 0.09 | 0.27 | 159.13 | 0.25 | 0.64 |
| Hex | 8C | BA | AA | 19 | 0 | 9 | 1B | 9F | 19 | 40 |
| Octal | 214 | 272 | 252 | 31 | 0 | 11 | 33 | 237 | 31 | 100 |
| Binary | 10001100 | 10111010 | 10101010 | 11001 | 0 | 1001 | 11011 | 10011111 | 11001 | 1000000 |
Color Harmonies of #8CBAAA
Complementary color
Monochromatic Colors of #8CBAAA
Black with #8CBAAA
Text Example
Text Example
White with #8CBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAAA; }
p { color: rgb(140,186,170); }
H1.HeaderClassName
{
color: #8CBAAA;
}
.AnyTagClassName
{
color: #8CBAAA;
}
</style>
background-color css
<style>
a { background-color: #8CBAAA; }
a { background-color: rgb(140,186,170); }
div.DivClassName
{
background-color: #8CBAAA;
}
.BgClassName
{
background-color: #8CBAAA;
}
</style>
border-color css
<style>
span { border-color: #8CBAAA; }
span { border-color: rgb(140,186,170); }
td.TdClassName
{
border-color: #8CBAAA;
}
.TagClassName
{
border-color: #8CBAAA;
}
</style>