Shades of Aquamarine #8FFCBB
Tints of Aquamarine #8FFCBB
RGB
CMYK
RGB Variations
Color information
#8FFCBB (or 0x8FFCBB) is known color: Aquamarine. HEX triplet: 8F, FC and BB. RGB value is (143,252,187). Sum of RGB (Red+Green+Blue) = 143+252+187=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCBB is #700344. Grayscale: #D4D4D4. Windows color (decimal): -7340869 or 12319887. OLE color: 12319887.
HSL color Cylindrical-coordinate representation of color #8FFCBB: hue angle of 144.22º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCBB is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 187 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.01 |
| HSL | 144.22º | 0.95% | 0.77% | - |
| HSV(B) | 144.22º | 0.43% | 0.99% | - |
| XYZ | 55.11 | 79.05 | 59.37 | - |
| YUV | 212 | 113.89 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 187 | 0.43 | 0 | 0.26 | 0.01 | 144.22 | 0.95 | 0.77 |
| Hex | 8F | FC | BB | 2B | 0 | 1A | 1 | 90 | 5F | 4D |
| Octal | 217 | 374 | 273 | 53 | 0 | 32 | 1 | 220 | 137 | 115 |
| Binary | 10001111 | 11111100 | 10111011 | 101011 | 0 | 11010 | 1 | 10010000 | 1011111 | 1001101 |
Color Harmonies of #8FFCBB
Complementary color
Monochromatic Colors of #8FFCBB
Black with #8FFCBB
Text Example
Text Example
White with #8FFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCBB; }
p { color: rgb(143,252,187); }
H1.HeaderClassName
{
color: #8FFCBB;
}
.AnyTagClassName
{
color: #8FFCBB;
}
</style>
background-color css
<style>
a { background-color: #8FFCBB; }
a { background-color: rgb(143,252,187); }
div.DivClassName
{
background-color: #8FFCBB;
}
.BgClassName
{
background-color: #8FFCBB;
}
</style>
border-color css
<style>
span { border-color: #8FFCBB; }
span { border-color: rgb(143,252,187); }
td.TdClassName
{
border-color: #8FFCBB;
}
.TagClassName
{
border-color: #8FFCBB;
}
</style>