Shades of Aquamarine #8AF7CA
Tints of Aquamarine #8AF7CA
RGB
CMYK
RGB Variations
Color information
#8AF7CA (or 0x8AF7CA) is known color: Aquamarine. HEX triplet: 8A, F7 and CA. RGB value is (138,247,202). Sum of RGB (Red+Green+Blue) = 138+247+202=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF7CA is #750835. Grayscale: #D1D1D1. Windows color (decimal): -7669814 or 13301642. OLE color: 13301642.
HSL color Cylindrical-coordinate representation of color #8AF7CA: hue angle of 155.23º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF7CA is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 202 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.03 |
| HSL | 155.23º | 0.87% | 0.75% | - |
| HSV(B) | 155.23º | 0.44% | 0.97% | - |
| XYZ | 54.4 | 76.19 | 67.72 | - |
| YUV | 209.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 202 | 0.44 | 0 | 0.18 | 0.03 | 155.23 | 0.87 | 0.75 |
| Hex | 8A | F7 | CA | 2C | 0 | 12 | 3 | 9B | 57 | 4B |
| Octal | 212 | 367 | 312 | 54 | 0 | 22 | 3 | 233 | 127 | 113 |
| Binary | 10001010 | 11110111 | 11001010 | 101100 | 0 | 10010 | 11 | 10011011 | 1010111 | 1001011 |
Color Harmonies of #8AF7CA
Complementary color
Monochromatic Colors of #8AF7CA
Black with #8AF7CA
Text Example
Text Example
White with #8AF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF7CA; }
p { color: rgb(138,247,202); }
H1.HeaderClassName
{
color: #8AF7CA;
}
.AnyTagClassName
{
color: #8AF7CA;
}
</style>
background-color css
<style>
a { background-color: #8AF7CA; }
a { background-color: rgb(138,247,202); }
div.DivClassName
{
background-color: #8AF7CA;
}
.BgClassName
{
background-color: #8AF7CA;
}
</style>
border-color css
<style>
span { border-color: #8AF7CA; }
span { border-color: rgb(138,247,202); }
td.TdClassName
{
border-color: #8AF7CA;
}
.TagClassName
{
border-color: #8AF7CA;
}
</style>