Shades of Sea Nymph #88B4A5
Tints of Sea Nymph #88B4A5
RGB
CMYK
RGB Variations
Color information
#88B4A5 (or 0x88B4A5) is known color: Sea Nymph. HEX triplet: 88, B4 and A5. RGB value is (136,180,165). Sum of RGB (Red+Green+Blue) = 136+180+165=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4A5 is #774B5A. Grayscale: #A5A5A5. Windows color (decimal): -7818075 or 10859656. OLE color: 10859656.
HSL color Cylindrical-coordinate representation of color #88B4A5: hue angle of 159.55º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B4A5 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 180 | 165 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.29 |
| HSL | 159.55º | 0.23% | 0.62% | - |
| HSV(B) | 159.55º | 0.24% | 0.71% | - |
| XYZ | 33.27 | 40.59 | 41.68 | - |
| YUV | 165.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 165 | 0.24 | 0 | 0.08 | 0.29 | 159.55 | 0.23 | 0.62 |
| Hex | 88 | B4 | A5 | 18 | 0 | 8 | 1D | A0 | 17 | 3E |
| Octal | 210 | 264 | 245 | 30 | 0 | 10 | 35 | 240 | 27 | 76 |
| Binary | 10001000 | 10110100 | 10100101 | 11000 | 0 | 1000 | 11101 | 10100000 | 10111 | 111110 |
Color Harmonies of #88B4A5
Complementary color
Monochromatic Colors of #88B4A5
Black with #88B4A5
Text Example
Text Example
White with #88B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4A5; }
p { color: rgb(136,180,165); }
H1.HeaderClassName
{
color: #88B4A5;
}
.AnyTagClassName
{
color: #88B4A5;
}
</style>
background-color css
<style>
a { background-color: #88B4A5; }
a { background-color: rgb(136,180,165); }
div.DivClassName
{
background-color: #88B4A5;
}
.BgClassName
{
background-color: #88B4A5;
}
</style>
border-color css
<style>
span { border-color: #88B4A5; }
span { border-color: rgb(136,180,165); }
td.TdClassName
{
border-color: #88B4A5;
}
.TagClassName
{
border-color: #88B4A5;
}
</style>