Shades of Sea Nymph #88B9AD
Tints of Sea Nymph #88B9AD
RGB
CMYK
RGB Variations
Color information
#88B9AD (or 0x88B9AD) is known color: Sea Nymph. HEX triplet: 88, B9 and AD. RGB value is (136,185,173). Sum of RGB (Red+Green+Blue) = 136+185+173=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #88B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B9AD is #774652. Grayscale: #A8A8A8. Windows color (decimal): -7816787 or 11385224. OLE color: 11385224.
HSL color Cylindrical-coordinate representation of color #88B9AD: hue angle of 165.31º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B9AD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 185 | 173 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.27 |
| HSL | 165.31º | 0.26% | 0.63% | - |
| HSV(B) | 165.31º | 0.26% | 0.73% | - |
| XYZ | 35.05 | 42.95 | 45.98 | - |
| YUV | 168.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 185 | 173 | 0.26 | 0 | 0.06 | 0.27 | 165.31 | 0.26 | 0.63 |
| Hex | 88 | B9 | AD | 1A | 0 | 6 | 1B | A5 | 1A | 3F |
| Octal | 210 | 271 | 255 | 32 | 0 | 6 | 33 | 245 | 32 | 77 |
| Binary | 10001000 | 10111001 | 10101101 | 11010 | 0 | 110 | 11011 | 10100101 | 11010 | 111111 |
Color Harmonies of #88B9AD
Complementary color
Monochromatic Colors of #88B9AD
Black with #88B9AD
Text Example
Text Example
White with #88B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B9AD; }
p { color: rgb(136,185,173); }
H1.HeaderClassName
{
color: #88B9AD;
}
.AnyTagClassName
{
color: #88B9AD;
}
</style>
background-color css
<style>
a { background-color: #88B9AD; }
a { background-color: rgb(136,185,173); }
div.DivClassName
{
background-color: #88B9AD;
}
.BgClassName
{
background-color: #88B9AD;
}
</style>
border-color css
<style>
span { border-color: #88B9AD; }
span { border-color: rgb(136,185,173); }
td.TdClassName
{
border-color: #88B9AD;
}
.TagClassName
{
border-color: #88B9AD;
}
</style>