Shades of Sea Nymph #88ADA1
Tints of Sea Nymph #88ADA1
RGB
CMYK
RGB Variations
Color information
#88ADA1 (or 0x88ADA1) is known color: Sea Nymph. HEX triplet: 88, AD and A1. RGB value is (136,173,161). Sum of RGB (Red+Green+Blue) = 136+173+161=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #88ADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ADA1 is #77525E. Grayscale: #A0A0A0. Windows color (decimal): -7819871 or 10595720. OLE color: 10595720.
HSL color Cylindrical-coordinate representation of color #88ADA1: hue angle of 160.54º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88ADA1 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 161 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.32 |
| HSL | 160.54º | 0.18% | 0.61% | - |
| HSV(B) | 160.54º | 0.21% | 0.68% | - |
| XYZ | 31.53 | 37.69 | 39.33 | - |
| YUV | 160.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 161 | 0.21 | 0 | 0.07 | 0.32 | 160.54 | 0.18 | 0.61 |
| Hex | 88 | AD | A1 | 15 | 0 | 7 | 20 | A1 | 12 | 3D |
| Octal | 210 | 255 | 241 | 25 | 0 | 7 | 40 | 241 | 22 | 75 |
| Binary | 10001000 | 10101101 | 10100001 | 10101 | 0 | 111 | 100000 | 10100001 | 10010 | 111101 |
Color Harmonies of #88ADA1
Complementary color
Monochromatic Colors of #88ADA1
Black with #88ADA1
Text Example
Text Example
White with #88ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADA1; }
p { color: rgb(136,173,161); }
H1.HeaderClassName
{
color: #88ADA1;
}
.AnyTagClassName
{
color: #88ADA1;
}
</style>
background-color css
<style>
a { background-color: #88ADA1; }
a { background-color: rgb(136,173,161); }
div.DivClassName
{
background-color: #88ADA1;
}
.BgClassName
{
background-color: #88ADA1;
}
</style>
border-color css
<style>
span { border-color: #88ADA1; }
span { border-color: rgb(136,173,161); }
td.TdClassName
{
border-color: #88ADA1;
}
.TagClassName
{
border-color: #88ADA1;
}
</style>