Shades of Sea Nymph #88BEA7
Tints of Sea Nymph #88BEA7
RGB
CMYK
RGB Variations
Color information
#88BEA7 (or 0x88BEA7) is known color: Sea Nymph. HEX triplet: 88, BE and A7. RGB value is (136,190,167). Sum of RGB (Red+Green+Blue) = 136+190+167=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #88BEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BEA7 is #774158. Grayscale: #ABABAB. Windows color (decimal): -7815513 or 10993288. OLE color: 10993288.
HSL color Cylindrical-coordinate representation of color #88BEA7: hue angle of 154.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BEA7 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 167 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.25 |
| HSL | 154.44º | 0.29% | 0.64% | - |
| HSV(B) | 154.44º | 0.28% | 0.75% | - |
| XYZ | 35.54 | 44.85 | 43.34 | - |
| YUV | 171.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 167 | 0.28 | 0 | 0.12 | 0.25 | 154.44 | 0.29 | 0.64 |
| Hex | 88 | BE | A7 | 1C | 0 | C | 19 | 9A | 1D | 40 |
| Octal | 210 | 276 | 247 | 34 | 0 | 14 | 31 | 232 | 35 | 100 |
| Binary | 10001000 | 10111110 | 10100111 | 11100 | 0 | 1100 | 11001 | 10011010 | 11101 | 1000000 |
Color Harmonies of #88BEA7
Complementary color
Monochromatic Colors of #88BEA7
Black with #88BEA7
Text Example
Text Example
White with #88BEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BEA7; }
p { color: rgb(136,190,167); }
H1.HeaderClassName
{
color: #88BEA7;
}
.AnyTagClassName
{
color: #88BEA7;
}
</style>
background-color css
<style>
a { background-color: #88BEA7; }
a { background-color: rgb(136,190,167); }
div.DivClassName
{
background-color: #88BEA7;
}
.BgClassName
{
background-color: #88BEA7;
}
</style>
border-color css
<style>
span { border-color: #88BEA7; }
span { border-color: rgb(136,190,167); }
td.TdClassName
{
border-color: #88BEA7;
}
.TagClassName
{
border-color: #88BEA7;
}
</style>