Shades of Sea Nymph #8CB9AD
Tints of Sea Nymph #8CB9AD
RGB
CMYK
RGB Variations
Color information
#8CB9AD (or 0x8CB9AD) is known color: Sea Nymph. HEX triplet: 8C, B9 and AD. RGB value is (140,185,173). Sum of RGB (Red+Green+Blue) = 140+185+173=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB9AD is #734652. Grayscale: #AAAAAA. Windows color (decimal): -7554643 or 11385228. OLE color: 11385228.
HSL color Cylindrical-coordinate representation of color #8CB9AD: hue angle of 164º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB9AD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 173 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.27 |
| HSL | 164º | 0.24% | 0.64% | - |
| HSV(B) | 164º | 0.24% | 0.73% | - |
| XYZ | 35.71 | 43.29 | 46.01 | - |
| YUV | 170.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 173 | 0.24 | 0 | 0.06 | 0.27 | 164 | 0.24 | 0.64 |
| Hex | 8C | B9 | AD | 18 | 0 | 6 | 1B | A4 | 18 | 40 |
| Octal | 214 | 271 | 255 | 30 | 0 | 6 | 33 | 244 | 30 | 100 |
| Binary | 10001100 | 10111001 | 10101101 | 11000 | 0 | 110 | 11011 | 10100100 | 11000 | 1000000 |
Color Harmonies of #8CB9AD
Complementary color
Monochromatic Colors of #8CB9AD
Black with #8CB9AD
Text Example
Text Example
White with #8CB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB9AD; }
p { color: rgb(140,185,173); }
H1.HeaderClassName
{
color: #8CB9AD;
}
.AnyTagClassName
{
color: #8CB9AD;
}
</style>
background-color css
<style>
a { background-color: #8CB9AD; }
a { background-color: rgb(140,185,173); }
div.DivClassName
{
background-color: #8CB9AD;
}
.BgClassName
{
background-color: #8CB9AD;
}
</style>
border-color css
<style>
span { border-color: #8CB9AD; }
span { border-color: rgb(140,185,173); }
td.TdClassName
{
border-color: #8CB9AD;
}
.TagClassName
{
border-color: #8CB9AD;
}
</style>