Shades of Sea Nymph #88B4A8
Tints of Sea Nymph #88B4A8
RGB
CMYK
RGB Variations
Color information
#88B4A8 (or 0x88B4A8) is known color: Sea Nymph. HEX triplet: 88, B4 and A8. RGB value is (136,180,168). Sum of RGB (Red+Green+Blue) = 136+180+168=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #88B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B4A8 is #774B57. Grayscale: #A5A5A5. Windows color (decimal): -7818072 or 11056264. OLE color: 11056264.
HSL color Cylindrical-coordinate representation of color #88B4A8: hue angle of 163.64º 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 #88B4A8 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 180 | 168 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.29 |
| HSL | 163.64º | 0.23% | 0.62% | - |
| HSV(B) | 163.64º | 0.24% | 0.71% | - |
| XYZ | 33.54 | 40.7 | 43.13 | - |
| YUV | 165.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 168 | 0.24 | 0 | 0.07 | 0.29 | 163.64 | 0.23 | 0.62 |
| Hex | 88 | B4 | A8 | 18 | 0 | 7 | 1D | A4 | 17 | 3E |
| Octal | 210 | 264 | 250 | 30 | 0 | 7 | 35 | 244 | 27 | 76 |
| Binary | 10001000 | 10110100 | 10101000 | 11000 | 0 | 111 | 11101 | 10100100 | 10111 | 111110 |
Color Harmonies of #88B4A8
Complementary color
Monochromatic Colors of #88B4A8
Black with #88B4A8
Text Example
Text Example
White with #88B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4A8; }
p { color: rgb(136,180,168); }
H1.HeaderClassName
{
color: #88B4A8;
}
.AnyTagClassName
{
color: #88B4A8;
}
</style>
background-color css
<style>
a { background-color: #88B4A8; }
a { background-color: rgb(136,180,168); }
div.DivClassName
{
background-color: #88B4A8;
}
.BgClassName
{
background-color: #88B4A8;
}
</style>
border-color css
<style>
span { border-color: #88B4A8; }
span { border-color: rgb(136,180,168); }
td.TdClassName
{
border-color: #88B4A8;
}
.TagClassName
{
border-color: #88B4A8;
}
</style>