Shades of Aquamarine #8FFCBE
Tints of Aquamarine #8FFCBE
RGB
CMYK
RGB Variations
Color information
#8FFCBE (or 0x8FFCBE) is known color: Aquamarine. HEX triplet: 8F, FC and BE. RGB value is (143,252,190). Sum of RGB (Red+Green+Blue) = 143+252+190=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCBE is #700341. Grayscale: #D4D4D4. Windows color (decimal): -7340866 or 12516495. OLE color: 12516495.
HSL color Cylindrical-coordinate representation of color #8FFCBE: hue angle of 145.87º 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 #8FFCBE is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 190 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.01 |
| HSL | 145.87º | 0.95% | 0.77% | - |
| HSV(B) | 145.87º | 0.43% | 0.99% | - |
| XYZ | 55.43 | 79.18 | 61.08 | - |
| YUV | 212.34 | 115.39 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 190 | 0.43 | 0 | 0.25 | 0.01 | 145.87 | 0.95 | 0.77 |
| Hex | 8F | FC | BE | 2B | 0 | 19 | 1 | 92 | 5F | 4D |
| Octal | 217 | 374 | 276 | 53 | 0 | 31 | 1 | 222 | 137 | 115 |
| Binary | 10001111 | 11111100 | 10111110 | 101011 | 0 | 11001 | 1 | 10010010 | 1011111 | 1001101 |
Color Harmonies of #8FFCBE
Complementary color
Monochromatic Colors of #8FFCBE
Black with #8FFCBE
Text Example
Text Example
White with #8FFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCBE; }
p { color: rgb(143,252,190); }
H1.HeaderClassName
{
color: #8FFCBE;
}
.AnyTagClassName
{
color: #8FFCBE;
}
</style>
background-color css
<style>
a { background-color: #8FFCBE; }
a { background-color: rgb(143,252,190); }
div.DivClassName
{
background-color: #8FFCBE;
}
.BgClassName
{
background-color: #8FFCBE;
}
</style>
border-color css
<style>
span { border-color: #8FFCBE; }
span { border-color: rgb(143,252,190); }
td.TdClassName
{
border-color: #8FFCBE;
}
.TagClassName
{
border-color: #8FFCBE;
}
</style>