Shades of Sea Nymph #88BEA6
Tints of Sea Nymph #88BEA6
RGB
CMYK
RGB Variations
Color information
#88BEA6 (or 0x88BEA6) is known color: Sea Nymph. HEX triplet: 88, BE and A6. RGB value is (136,190,166). Sum of RGB (Red+Green+Blue) = 136+190+166=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #88BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BEA6 is #774159. Grayscale: #ABABAB. Windows color (decimal): -7815514 or 10927752. OLE color: 10927752.
HSL color Cylindrical-coordinate representation of color #88BEA6: hue angle of 153.33º 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 #88BEA6 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 166 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.25 |
| HSL | 153.33º | 0.29% | 0.64% | - |
| HSV(B) | 153.33º | 0.28% | 0.75% | - |
| XYZ | 35.45 | 44.81 | 42.86 | - |
| YUV | 171.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 166 | 0.28 | 0 | 0.13 | 0.25 | 153.33 | 0.29 | 0.64 |
| Hex | 88 | BE | A6 | 1C | 0 | D | 19 | 99 | 1D | 40 |
| Octal | 210 | 276 | 246 | 34 | 0 | 15 | 31 | 231 | 35 | 100 |
| Binary | 10001000 | 10111110 | 10100110 | 11100 | 0 | 1101 | 11001 | 10011001 | 11101 | 1000000 |
Color Harmonies of #88BEA6
Complementary color
Monochromatic Colors of #88BEA6
Black with #88BEA6
Text Example
Text Example
White with #88BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BEA6; }
p { color: rgb(136,190,166); }
H1.HeaderClassName
{
color: #88BEA6;
}
.AnyTagClassName
{
color: #88BEA6;
}
</style>
background-color css
<style>
a { background-color: #88BEA6; }
a { background-color: rgb(136,190,166); }
div.DivClassName
{
background-color: #88BEA6;
}
.BgClassName
{
background-color: #88BEA6;
}
</style>
border-color css
<style>
span { border-color: #88BEA6; }
span { border-color: rgb(136,190,166); }
td.TdClassName
{
border-color: #88BEA6;
}
.TagClassName
{
border-color: #88BEA6;
}
</style>