Shades of Aquamarine #8FFCCA
Tints of Aquamarine #8FFCCA
RGB
CMYK
RGB Variations
Color information
#8FFCCA (or 0x8FFCCA) is known color: Aquamarine. HEX triplet: 8F, FC and CA. RGB value is (143,252,202). Sum of RGB (Red+Green+Blue) = 143+252+202=597 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.95% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCCA is #700335. Grayscale: #D5D5D5. Windows color (decimal): -7340854 or 13302927. OLE color: 13302927.
HSL color Cylindrical-coordinate representation of color #8FFCCA: hue angle of 152.48º 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 #8FFCCA is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 202 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.01 |
| HSL | 152.48º | 0.95% | 0.77% | - |
| HSV(B) | 152.48º | 0.43% | 0.99% | - |
| XYZ | 56.8 | 79.72 | 68.27 | - |
| YUV | 213.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 202 | 0.43 | 0 | 0.20 | 0.01 | 152.48 | 0.95 | 0.77 |
| Hex | 8F | FC | CA | 2B | 0 | 14 | 1 | 98 | 5F | 4D |
| Octal | 217 | 374 | 312 | 53 | 0 | 24 | 1 | 230 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11001010 | 101011 | 0 | 10100 | 1 | 10011000 | 1011111 | 1001101 |
Color Harmonies of #8FFCCA
Complementary color
Monochromatic Colors of #8FFCCA
Black with #8FFCCA
Text Example
Text Example
White with #8FFCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCCA; }
p { color: rgb(143,252,202); }
H1.HeaderClassName
{
color: #8FFCCA;
}
.AnyTagClassName
{
color: #8FFCCA;
}
</style>
background-color css
<style>
a { background-color: #8FFCCA; }
a { background-color: rgb(143,252,202); }
div.DivClassName
{
background-color: #8FFCCA;
}
.BgClassName
{
background-color: #8FFCCA;
}
</style>
border-color css
<style>
span { border-color: #8FFCCA; }
span { border-color: rgb(143,252,202); }
td.TdClassName
{
border-color: #8FFCCA;
}
.TagClassName
{
border-color: #8FFCCA;
}
</style>