Shades of Sea Nymph #8CBBAD
Tints of Sea Nymph #8CBBAD
RGB
CMYK
RGB Variations
Color information
#8CBBAD (or 0x8CBBAD) is known color: Sea Nymph. HEX triplet: 8C, BB and AD. RGB value is (140,187,173). Sum of RGB (Red+Green+Blue) = 140+187+173=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBAD is #734452. Grayscale: #ABABAB. Windows color (decimal): -7554131 or 11385740. OLE color: 11385740.
HSL color Cylindrical-coordinate representation of color #8CBBAD: hue angle of 162.13º degrees, saturation: 0.26, 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 #8CBBAD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 173 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.27 |
| HSL | 162.13º | 0.26% | 0.64% | - |
| HSV(B) | 162.13º | 0.25% | 0.73% | - |
| XYZ | 36.13 | 44.13 | 46.15 | - |
| YUV | 171.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 173 | 0.25 | 0 | 0.07 | 0.27 | 162.13 | 0.26 | 0.64 |
| Hex | 8C | BB | AD | 19 | 0 | 7 | 1B | A2 | 1A | 40 |
| Octal | 214 | 273 | 255 | 31 | 0 | 7 | 33 | 242 | 32 | 100 |
| Binary | 10001100 | 10111011 | 10101101 | 11001 | 0 | 111 | 11011 | 10100010 | 11010 | 1000000 |
Color Harmonies of #8CBBAD
Complementary color
Monochromatic Colors of #8CBBAD
Black with #8CBBAD
Text Example
Text Example
White with #8CBBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBAD; }
p { color: rgb(140,187,173); }
H1.HeaderClassName
{
color: #8CBBAD;
}
.AnyTagClassName
{
color: #8CBBAD;
}
</style>
background-color css
<style>
a { background-color: #8CBBAD; }
a { background-color: rgb(140,187,173); }
div.DivClassName
{
background-color: #8CBBAD;
}
.BgClassName
{
background-color: #8CBBAD;
}
</style>
border-color css
<style>
span { border-color: #8CBBAD; }
span { border-color: rgb(140,187,173); }
td.TdClassName
{
border-color: #8CBBAD;
}
.TagClassName
{
border-color: #8CBBAD;
}
</style>