Shades of Aquamarine #8AFECA
Tints of Aquamarine #8AFECA
RGB
CMYK
RGB Variations
Color information
#8AFECA (or 0x8AFECA) is known color: Aquamarine. HEX triplet: 8A, FE and CA. RGB value is (138,254,202). Sum of RGB (Red+Green+Blue) = 138+254+202=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFECA is #750135. Grayscale: #D5D5D5. Windows color (decimal): -7668022 or 13303434. OLE color: 13303434.
HSL color Cylindrical-coordinate representation of color #8AFECA: hue angle of 153.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFECA is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 202 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.00 |
| HSL | 153.1º | 0.98% | 0.77% | - |
| HSV(B) | 153.1º | 0.46% | 1% | - |
| XYZ | 56.58 | 80.55 | 68.44 | - |
| YUV | 213.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 202 | 0.46 | 0 | 0.20 | 0.00 | 153.1 | 0.98 | 0.77 |
| Hex | 8A | FE | CA | 2E | 0 | 14 | 0 | 99 | 62 | 4D |
| Octal | 212 | 376 | 312 | 56 | 0 | 24 | 0 | 231 | 142 | 115 |
| Binary | 10001010 | 11111110 | 11001010 | 101110 | 0 | 10100 | 0 | 10011001 | 1100010 | 1001101 |
Color Harmonies of #8AFECA
Complementary color
Monochromatic Colors of #8AFECA
Black with #8AFECA
Text Example
Text Example
White with #8AFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFECA; }
p { color: rgb(138,254,202); }
H1.HeaderClassName
{
color: #8AFECA;
}
.AnyTagClassName
{
color: #8AFECA;
}
</style>
background-color css
<style>
a { background-color: #8AFECA; }
a { background-color: rgb(138,254,202); }
div.DivClassName
{
background-color: #8AFECA;
}
.BgClassName
{
background-color: #8AFECA;
}
</style>
border-color css
<style>
span { border-color: #8AFECA; }
span { border-color: rgb(138,254,202); }
td.TdClassName
{
border-color: #8AFECA;
}
.TagClassName
{
border-color: #8AFECA;
}
</style>