Shades of Sea Nymph #88B6A3
Tints of Sea Nymph #88B6A3
RGB
CMYK
RGB Variations
Color information
#88B6A3 (or 0x88B6A3) is known color: Sea Nymph. HEX triplet: 88, B6 and A3. RGB value is (136,182,163). Sum of RGB (Red+Green+Blue) = 136+182+163=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #88B6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B6A3 is #77495C. Grayscale: #A6A6A6. Windows color (decimal): -7817565 or 10729096. OLE color: 10729096.
HSL color Cylindrical-coordinate representation of color #88B6A3: hue angle of 155.22º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88B6A3 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 182 | 163 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.29 |
| HSL | 155.22º | 0.24% | 0.62% | - |
| HSV(B) | 155.22º | 0.25% | 0.71% | - |
| XYZ | 33.49 | 41.33 | 40.86 | - |
| YUV | 166.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 182 | 163 | 0.25 | 0 | 0.10 | 0.29 | 155.22 | 0.24 | 0.62 |
| Hex | 88 | B6 | A3 | 19 | 0 | A | 1D | 9B | 18 | 3E |
| Octal | 210 | 266 | 243 | 31 | 0 | 12 | 35 | 233 | 30 | 76 |
| Binary | 10001000 | 10110110 | 10100011 | 11001 | 0 | 1010 | 11101 | 10011011 | 11000 | 111110 |
Color Harmonies of #88B6A3
Complementary color
Monochromatic Colors of #88B6A3
Black with #88B6A3
Text Example
Text Example
White with #88B6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B6A3; }
p { color: rgb(136,182,163); }
H1.HeaderClassName
{
color: #88B6A3;
}
.AnyTagClassName
{
color: #88B6A3;
}
</style>
background-color css
<style>
a { background-color: #88B6A3; }
a { background-color: rgb(136,182,163); }
div.DivClassName
{
background-color: #88B6A3;
}
.BgClassName
{
background-color: #88B6A3;
}
</style>
border-color css
<style>
span { border-color: #88B6A3; }
span { border-color: rgb(136,182,163); }
td.TdClassName
{
border-color: #88B6A3;
}
.TagClassName
{
border-color: #88B6A3;
}
</style>