Shades of Aquamarine #88FFB5
Tints of Aquamarine #88FFB5
RGB
CMYK
RGB Variations
Color information
#88FFB5 (or 0x88FFB5) is known color: Aquamarine. HEX triplet: 88, FF and B5. RGB value is (136,255,181). Sum of RGB (Red+Green+Blue) = 136+255+181=572 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.78% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFB5 is #77004A. Grayscale: #D3D3D3. Windows color (decimal): -7798859 or 11927432. OLE color: 11927432.
HSL color Cylindrical-coordinate representation of color #88FFB5: hue angle of 142.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFB5 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 181 | - |
| CMYK | 0.47 | 0 | 0.29 | 0 |
| HSL | 142.69º | 1% | 0.77% | - |
| HSV(B) | 142.69º | 0.47% | 1% | - |
| XYZ | 54.25 | 80.09 | 56.32 | - |
| YUV | 210.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 181 | 0.47 | 0 | 0.29 | 0 | 142.69 | 1 | 0.77 |
| Hex | 88 | FF | B5 | 2F | 0 | 1D | 0 | 8F | 64 | 4D |
| Octal | 210 | 377 | 265 | 57 | 0 | 35 | 0 | 217 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10110101 | 101111 | 0 | 11101 | 0 | 10001111 | 1100100 | 1001101 |
Color Harmonies of #88FFB5
Complementary color
Monochromatic Colors of #88FFB5
Black with #88FFB5
Text Example
Text Example
White with #88FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFB5; }
p { color: rgb(136,255,181); }
H1.HeaderClassName
{
color: #88FFB5;
}
.AnyTagClassName
{
color: #88FFB5;
}
</style>
background-color css
<style>
a { background-color: #88FFB5; }
a { background-color: rgb(136,255,181); }
div.DivClassName
{
background-color: #88FFB5;
}
.BgClassName
{
background-color: #88FFB5;
}
</style>
border-color css
<style>
span { border-color: #88FFB5; }
span { border-color: rgb(136,255,181); }
td.TdClassName
{
border-color: #88FFB5;
}
.TagClassName
{
border-color: #88FFB5;
}
</style>