Shades of Sea Nymph #88B9A4
Tints of Sea Nymph #88B9A4
RGB
CMYK
RGB Variations
Color information
#88B9A4 (or 0x88B9A4) is known color: Sea Nymph. HEX triplet: 88, B9 and A4. RGB value is (136,185,164). Sum of RGB (Red+Green+Blue) = 136+185+164=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #88B9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B9A4 is #77465B. Grayscale: #A7A7A7. Windows color (decimal): -7816796 or 10795400. OLE color: 10795400.
HSL color Cylindrical-coordinate representation of color #88B9A4: hue angle of 154.29º 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 #88B9A4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 185 | 164 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.27 |
| HSL | 154.29º | 0.26% | 0.63% | - |
| HSV(B) | 154.29º | 0.26% | 0.73% | - |
| XYZ | 34.2 | 42.61 | 41.54 | - |
| YUV | 167.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 185 | 164 | 0.26 | 0 | 0.11 | 0.27 | 154.29 | 0.26 | 0.63 |
| Hex | 88 | B9 | A4 | 1A | 0 | B | 1B | 9A | 1A | 3F |
| Octal | 210 | 271 | 244 | 32 | 0 | 13 | 33 | 232 | 32 | 77 |
| Binary | 10001000 | 10111001 | 10100100 | 11010 | 0 | 1011 | 11011 | 10011010 | 11010 | 111111 |
Color Harmonies of #88B9A4
Complementary color
Monochromatic Colors of #88B9A4
Black with #88B9A4
Text Example
Text Example
White with #88B9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B9A4; }
p { color: rgb(136,185,164); }
H1.HeaderClassName
{
color: #88B9A4;
}
.AnyTagClassName
{
color: #88B9A4;
}
</style>
background-color css
<style>
a { background-color: #88B9A4; }
a { background-color: rgb(136,185,164); }
div.DivClassName
{
background-color: #88B9A4;
}
.BgClassName
{
background-color: #88B9A4;
}
</style>
border-color css
<style>
span { border-color: #88B9A4; }
span { border-color: rgb(136,185,164); }
td.TdClassName
{
border-color: #88B9A4;
}
.TagClassName
{
border-color: #88B9A4;
}
</style>