Shades of Sea Nymph #88B09F
Tints of Sea Nymph #88B09F
RGB
CMYK
RGB Variations
Color information
#88B09F (or 0x88B09F) is known color: Sea Nymph. HEX triplet: 88, B0 and 9F. RGB value is (136,176,159). Sum of RGB (Red+Green+Blue) = 136+176+159=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #88B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B09F is #774F60. Grayscale: #A2A2A2. Windows color (decimal): -7819105 or 10465416. OLE color: 10465416.
HSL color Cylindrical-coordinate representation of color #88B09F: hue angle of 154.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88B09F is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 176 | 159 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.31 |
| HSL | 154.5º | 0.2% | 0.61% | - |
| HSV(B) | 154.5º | 0.23% | 0.69% | - |
| XYZ | 31.94 | 38.79 | 38.6 | - |
| YUV | 162.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 159 | 0.23 | 0 | 0.10 | 0.31 | 154.5 | 0.2 | 0.61 |
| Hex | 88 | B0 | 9F | 17 | 0 | A | 1F | 9A | 14 | 3D |
| Octal | 210 | 260 | 237 | 27 | 0 | 12 | 37 | 232 | 24 | 75 |
| Binary | 10001000 | 10110000 | 10011111 | 10111 | 0 | 1010 | 11111 | 10011010 | 10100 | 111101 |
Color Harmonies of #88B09F
Complementary color
Monochromatic Colors of #88B09F
Black with #88B09F
Text Example
Text Example
White with #88B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B09F; }
p { color: rgb(136,176,159); }
H1.HeaderClassName
{
color: #88B09F;
}
.AnyTagClassName
{
color: #88B09F;
}
</style>
background-color css
<style>
a { background-color: #88B09F; }
a { background-color: rgb(136,176,159); }
div.DivClassName
{
background-color: #88B09F;
}
.BgClassName
{
background-color: #88B09F;
}
</style>
border-color css
<style>
span { border-color: #88B09F; }
span { border-color: rgb(136,176,159); }
td.TdClassName
{
border-color: #88B09F;
}
.TagClassName
{
border-color: #88B09F;
}
</style>