Shades of Sea Nymph #8CB7AD
Tints of Sea Nymph #8CB7AD
RGB
CMYK
RGB Variations
Color information
#8CB7AD (or 0x8CB7AD) is known color: Sea Nymph. HEX triplet: 8C, B7 and AD. RGB value is (140,183,173). Sum of RGB (Red+Green+Blue) = 140+183+173=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB7AD is #734852. Grayscale: #A9A9A9. Windows color (decimal): -7555155 or 11384716. OLE color: 11384716.
HSL color Cylindrical-coordinate representation of color #8CB7AD: hue angle of 166.05º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB7AD is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 173 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.28 |
| HSL | 166.05º | 0.23% | 0.63% | - |
| HSV(B) | 166.05º | 0.23% | 0.72% | - |
| XYZ | 35.29 | 42.46 | 45.87 | - |
| YUV | 169 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 173 | 0.23 | 0 | 0.05 | 0.28 | 166.05 | 0.23 | 0.63 |
| Hex | 8C | B7 | AD | 17 | 0 | 5 | 1C | A6 | 17 | 3F |
| Octal | 214 | 267 | 255 | 27 | 0 | 5 | 34 | 246 | 27 | 77 |
| Binary | 10001100 | 10110111 | 10101101 | 10111 | 0 | 101 | 11100 | 10100110 | 10111 | 111111 |
Color Harmonies of #8CB7AD
Complementary color
Monochromatic Colors of #8CB7AD
Black with #8CB7AD
Text Example
Text Example
White with #8CB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB7AD; }
p { color: rgb(140,183,173); }
H1.HeaderClassName
{
color: #8CB7AD;
}
.AnyTagClassName
{
color: #8CB7AD;
}
</style>
background-color css
<style>
a { background-color: #8CB7AD; }
a { background-color: rgb(140,183,173); }
div.DivClassName
{
background-color: #8CB7AD;
}
.BgClassName
{
background-color: #8CB7AD;
}
</style>
border-color css
<style>
span { border-color: #8CB7AD; }
span { border-color: rgb(140,183,173); }
td.TdClassName
{
border-color: #8CB7AD;
}
.TagClassName
{
border-color: #8CB7AD;
}
</style>