Shades of Sea Nymph #8BBAAD
Tints of Sea Nymph #8BBAAD
RGB
CMYK
RGB Variations
Color information
#8BBAAD (or 0x8BBAAD) is known color: Sea Nymph. HEX triplet: 8B, BA and AD. RGB value is (139,186,173). Sum of RGB (Red+Green+Blue) = 139+186+173=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBAAD is #744552. Grayscale: #AAAAAA. Windows color (decimal): -7619923 or 11385483. OLE color: 11385483.
HSL color Cylindrical-coordinate representation of color #8BBAAD: hue angle of 163.4º 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 #8BBAAD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 173 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.27 |
| HSL | 163.4º | 0.25% | 0.64% | - |
| HSV(B) | 163.4º | 0.25% | 0.73% | - |
| XYZ | 35.75 | 43.62 | 46.07 | - |
| YUV | 170.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 173 | 0.25 | 0 | 0.07 | 0.27 | 163.4 | 0.25 | 0.64 |
| Hex | 8B | BA | AD | 19 | 0 | 7 | 1B | A3 | 19 | 40 |
| Octal | 213 | 272 | 255 | 31 | 0 | 7 | 33 | 243 | 31 | 100 |
| Binary | 10001011 | 10111010 | 10101101 | 11001 | 0 | 111 | 11011 | 10100011 | 11001 | 1000000 |
Color Harmonies of #8BBAAD
Complementary color
Monochromatic Colors of #8BBAAD
Black with #8BBAAD
Text Example
Text Example
White with #8BBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBAAD; }
p { color: rgb(139,186,173); }
H1.HeaderClassName
{
color: #8BBAAD;
}
.AnyTagClassName
{
color: #8BBAAD;
}
</style>
background-color css
<style>
a { background-color: #8BBAAD; }
a { background-color: rgb(139,186,173); }
div.DivClassName
{
background-color: #8BBAAD;
}
.BgClassName
{
background-color: #8BBAAD;
}
</style>
border-color css
<style>
span { border-color: #8BBAAD; }
span { border-color: rgb(139,186,173); }
td.TdClassName
{
border-color: #8BBAAD;
}
.TagClassName
{
border-color: #8BBAAD;
}
</style>