Shades of Sea Nymph #88B1A2
Tints of Sea Nymph #88B1A2
RGB
CMYK
RGB Variations
Color information
#88B1A2 (or 0x88B1A2) is known color: Sea Nymph. HEX triplet: 88, B1 and A2. RGB value is (136,177,162). Sum of RGB (Red+Green+Blue) = 136+177+162=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #88B1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B1A2 is #774E5D. Grayscale: #A3A3A3. Windows color (decimal): -7818846 or 10662280. OLE color: 10662280.
HSL color Cylindrical-coordinate representation of color #88B1A2: hue angle of 158.05º degrees, saturation: 0.21, 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 #88B1A2 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 177 | 162 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.31 |
| HSL | 158.05º | 0.21% | 0.61% | - |
| HSV(B) | 158.05º | 0.23% | 0.69% | - |
| XYZ | 32.4 | 39.29 | 40.06 | - |
| YUV | 163.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 162 | 0.23 | 0 | 0.08 | 0.31 | 158.05 | 0.21 | 0.61 |
| Hex | 88 | B1 | A2 | 17 | 0 | 8 | 1F | 9E | 15 | 3D |
| Octal | 210 | 261 | 242 | 27 | 0 | 10 | 37 | 236 | 25 | 75 |
| Binary | 10001000 | 10110001 | 10100010 | 10111 | 0 | 1000 | 11111 | 10011110 | 10101 | 111101 |
Color Harmonies of #88B1A2
Complementary color
Monochromatic Colors of #88B1A2
Black with #88B1A2
Text Example
Text Example
White with #88B1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B1A2; }
p { color: rgb(136,177,162); }
H1.HeaderClassName
{
color: #88B1A2;
}
.AnyTagClassName
{
color: #88B1A2;
}
</style>
background-color css
<style>
a { background-color: #88B1A2; }
a { background-color: rgb(136,177,162); }
div.DivClassName
{
background-color: #88B1A2;
}
.BgClassName
{
background-color: #88B1A2;
}
</style>
border-color css
<style>
span { border-color: #88B1A2; }
span { border-color: rgb(136,177,162); }
td.TdClassName
{
border-color: #88B1A2;
}
.TagClassName
{
border-color: #88B1A2;
}
</style>