Shades of Aquamarine #8FF2CA
Tints of Aquamarine #8FF2CA
RGB
CMYK
RGB Variations
Color information
#8FF2CA (or 0x8FF2CA) is known color: Aquamarine. HEX triplet: 8F, F2 and CA. RGB value is (143,242,202). Sum of RGB (Red+Green+Blue) = 143+242+202=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2CA is #700D35. Grayscale: #CFCFCF. Windows color (decimal): -7343414 or 13300367. OLE color: 13300367.
HSL color Cylindrical-coordinate representation of color #8FF2CA: hue angle of 155.76º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2CA is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 202 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.05 |
| HSL | 155.76º | 0.79% | 0.75% | - |
| HSV(B) | 155.76º | 0.41% | 0.95% | - |
| XYZ | 53.74 | 73.61 | 67.25 | - |
| YUV | 207.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 202 | 0.41 | 0 | 0.17 | 0.05 | 155.76 | 0.79 | 0.75 |
| Hex | 8F | F2 | CA | 29 | 0 | 11 | 5 | 9C | 4F | 4B |
| Octal | 217 | 362 | 312 | 51 | 0 | 21 | 5 | 234 | 117 | 113 |
| Binary | 10001111 | 11110010 | 11001010 | 101001 | 0 | 10001 | 101 | 10011100 | 1001111 | 1001011 |
Color Harmonies of #8FF2CA
Complementary color
Monochromatic Colors of #8FF2CA
Black with #8FF2CA
Text Example
Text Example
White with #8FF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2CA; }
p { color: rgb(143,242,202); }
H1.HeaderClassName
{
color: #8FF2CA;
}
.AnyTagClassName
{
color: #8FF2CA;
}
</style>
background-color css
<style>
a { background-color: #8FF2CA; }
a { background-color: rgb(143,242,202); }
div.DivClassName
{
background-color: #8FF2CA;
}
.BgClassName
{
background-color: #8FF2CA;
}
</style>
border-color css
<style>
span { border-color: #8FF2CA; }
span { border-color: rgb(143,242,202); }
td.TdClassName
{
border-color: #8FF2CA;
}
.TagClassName
{
border-color: #8FF2CA;
}
</style>