Shades of Sea Nymph #8CBAAD
Tints of Sea Nymph #8CBAAD
RGB
CMYK
RGB Variations
Color information
#8CBAAD (or 0x8CBAAD) is known color: Sea Nymph. HEX triplet: 8C, BA and AD. RGB value is (140,186,173). Sum of RGB (Red+Green+Blue) = 140+186+173=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBAAD is #734552. Grayscale: #AAAAAA. Windows color (decimal): -7554387 or 11385484. OLE color: 11385484.
HSL color Cylindrical-coordinate representation of color #8CBAAD: hue angle of 163.04º 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 #8CBAAD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 173 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.27 |
| HSL | 163.04º | 0.25% | 0.64% | - |
| HSV(B) | 163.04º | 0.25% | 0.73% | - |
| XYZ | 35.92 | 43.71 | 46.08 | - |
| YUV | 170.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 173 | 0.25 | 0 | 0.07 | 0.27 | 163.04 | 0.25 | 0.64 |
| Hex | 8C | BA | AD | 19 | 0 | 7 | 1B | A3 | 19 | 40 |
| Octal | 214 | 272 | 255 | 31 | 0 | 7 | 33 | 243 | 31 | 100 |
| Binary | 10001100 | 10111010 | 10101101 | 11001 | 0 | 111 | 11011 | 10100011 | 11001 | 1000000 |
Color Harmonies of #8CBAAD
Complementary color
Monochromatic Colors of #8CBAAD
Black with #8CBAAD
Text Example
Text Example
White with #8CBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAAD; }
p { color: rgb(140,186,173); }
H1.HeaderClassName
{
color: #8CBAAD;
}
.AnyTagClassName
{
color: #8CBAAD;
}
</style>
background-color css
<style>
a { background-color: #8CBAAD; }
a { background-color: rgb(140,186,173); }
div.DivClassName
{
background-color: #8CBAAD;
}
.BgClassName
{
background-color: #8CBAAD;
}
</style>
border-color css
<style>
span { border-color: #8CBAAD; }
span { border-color: rgb(140,186,173); }
td.TdClassName
{
border-color: #8CBAAD;
}
.TagClassName
{
border-color: #8CBAAD;
}
</style>