Shades of Aquamarine #88FFB3
Tints of Aquamarine #88FFB3
RGB
CMYK
RGB Variations
Color information
#88FFB3 (or 0x88FFB3) is known color: Aquamarine. HEX triplet: 88, FF and B3. RGB value is (136,255,179). Sum of RGB (Red+Green+Blue) = 136+255+179=570 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.86% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFB3 is #77004C. Grayscale: #D2D2D2. Windows color (decimal): -7798861 or 11796360. OLE color: 11796360.
HSL color Cylindrical-coordinate representation of color #88FFB3: hue angle of 141.68º 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 #88FFB3 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 179 | - |
| CMYK | 0.47 | 0 | 0.30 | 0 |
| HSL | 141.68º | 1% | 0.77% | - |
| HSV(B) | 141.68º | 0.47% | 1% | - |
| XYZ | 54.05 | 80.01 | 55.24 | - |
| YUV | 210.76 | 110.08 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 179 | 0.47 | 0 | 0.30 | 0 | 141.68 | 1 | 0.77 |
| Hex | 88 | FF | B3 | 2F | 0 | 1E | 0 | 8E | 64 | 4D |
| Octal | 210 | 377 | 263 | 57 | 0 | 36 | 0 | 216 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10110011 | 101111 | 0 | 11110 | 0 | 10001110 | 1100100 | 1001101 |
Color Harmonies of #88FFB3
Complementary color
Monochromatic Colors of #88FFB3
Black with #88FFB3
Text Example
Text Example
White with #88FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFB3; }
p { color: rgb(136,255,179); }
H1.HeaderClassName
{
color: #88FFB3;
}
.AnyTagClassName
{
color: #88FFB3;
}
</style>
background-color css
<style>
a { background-color: #88FFB3; }
a { background-color: rgb(136,255,179); }
div.DivClassName
{
background-color: #88FFB3;
}
.BgClassName
{
background-color: #88FFB3;
}
</style>
border-color css
<style>
span { border-color: #88FFB3; }
span { border-color: rgb(136,255,179); }
td.TdClassName
{
border-color: #88FFB3;
}
.TagClassName
{
border-color: #88FFB3;
}
</style>