Shades of Aquamarine #8FF0CA
Tints of Aquamarine #8FF0CA
RGB
CMYK
RGB Variations
Color information
#8FF0CA (or 0x8FF0CA) is known color: Aquamarine. HEX triplet: 8F, F0 and CA. RGB value is (143,240,202). Sum of RGB (Red+Green+Blue) = 143+240+202=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0CA is #700F35. Grayscale: #CECECE. Windows color (decimal): -7343926 or 13299855. OLE color: 13299855.
HSL color Cylindrical-coordinate representation of color #8FF0CA: hue angle of 156.49º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FF0CA is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 202 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.06 |
| HSL | 156.49º | 0.76% | 0.75% | - |
| HSV(B) | 156.49º | 0.4% | 0.94% | - |
| XYZ | 53.15 | 72.42 | 67.06 | - |
| YUV | 206.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 202 | 0.40 | 0 | 0.16 | 0.06 | 156.49 | 0.76 | 0.75 |
| Hex | 8F | F0 | CA | 28 | 0 | 10 | 6 | 9C | 4C | 4B |
| Octal | 217 | 360 | 312 | 50 | 0 | 20 | 6 | 234 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11001010 | 101000 | 0 | 10000 | 110 | 10011100 | 1001100 | 1001011 |
Color Harmonies of #8FF0CA
Complementary color
Monochromatic Colors of #8FF0CA
Black with #8FF0CA
Text Example
Text Example
White with #8FF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0CA; }
p { color: rgb(143,240,202); }
H1.HeaderClassName
{
color: #8FF0CA;
}
.AnyTagClassName
{
color: #8FF0CA;
}
</style>
background-color css
<style>
a { background-color: #8FF0CA; }
a { background-color: rgb(143,240,202); }
div.DivClassName
{
background-color: #8FF0CA;
}
.BgClassName
{
background-color: #8FF0CA;
}
</style>
border-color css
<style>
span { border-color: #8FF0CA; }
span { border-color: rgb(143,240,202); }
td.TdClassName
{
border-color: #8FF0CA;
}
.TagClassName
{
border-color: #8FF0CA;
}
</style>