Shades of Sea Nymph #88B7AA
Tints of Sea Nymph #88B7AA
RGB
CMYK
RGB Variations
Color information
#88B7AA (or 0x88B7AA) is known color: Sea Nymph. HEX triplet: 88, B7 and AA. RGB value is (136,183,170). Sum of RGB (Red+Green+Blue) = 136+183+170=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #88B7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B7AA is #774855. Grayscale: #A7A7A7. Windows color (decimal): -7817302 or 11188104. OLE color: 11188104.
HSL color Cylindrical-coordinate representation of color #88B7AA: hue angle of 163.4º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B7AA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 183 | 170 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.28 |
| HSL | 163.4º | 0.25% | 0.63% | - |
| HSV(B) | 163.4º | 0.26% | 0.72% | - |
| XYZ | 34.34 | 42 | 44.33 | - |
| YUV | 167.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 183 | 170 | 0.26 | 0 | 0.07 | 0.28 | 163.4 | 0.25 | 0.63 |
| Hex | 88 | B7 | AA | 1A | 0 | 7 | 1C | A3 | 19 | 3F |
| Octal | 210 | 267 | 252 | 32 | 0 | 7 | 34 | 243 | 31 | 77 |
| Binary | 10001000 | 10110111 | 10101010 | 11010 | 0 | 111 | 11100 | 10100011 | 11001 | 111111 |
Color Harmonies of #88B7AA
Complementary color
Monochromatic Colors of #88B7AA
Black with #88B7AA
Text Example
Text Example
White with #88B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B7AA; }
p { color: rgb(136,183,170); }
H1.HeaderClassName
{
color: #88B7AA;
}
.AnyTagClassName
{
color: #88B7AA;
}
</style>
background-color css
<style>
a { background-color: #88B7AA; }
a { background-color: rgb(136,183,170); }
div.DivClassName
{
background-color: #88B7AA;
}
.BgClassName
{
background-color: #88B7AA;
}
</style>
border-color css
<style>
span { border-color: #88B7AA; }
span { border-color: rgb(136,183,170); }
td.TdClassName
{
border-color: #88B7AA;
}
.TagClassName
{
border-color: #88B7AA;
}
</style>