Shades of Aquamarine #7FF5CA
Tints of Aquamarine #7FF5CA
RGB
CMYK
RGB Variations
Color information
#7FF5CA (or 0x7FF5CA) is known color: Aquamarine. HEX triplet: 7F, F5 and CA. RGB value is (127,245,202). Sum of RGB (Red+Green+Blue) = 127+245+202=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF5CA is #800A35. Grayscale: #CCCCCC. Windows color (decimal): -8391222 or 13301119. OLE color: 13301119.
HSL color Cylindrical-coordinate representation of color #7FF5CA: hue angle of 158.14º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF5CA is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 245 | 202 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.04 |
| HSL | 158.14º | 0.86% | 0.73% | - |
| HSV(B) | 158.14º | 0.48% | 0.96% | - |
| XYZ | 52.07 | 74.08 | 67.43 | - |
| YUV | 204.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 245 | 202 | 0.48 | 0 | 0.18 | 0.04 | 158.14 | 0.86 | 0.73 |
| Hex | 7F | F5 | CA | 30 | 0 | 12 | 4 | 9E | 56 | 49 |
| Octal | 177 | 365 | 312 | 60 | 0 | 22 | 4 | 236 | 126 | 111 |
| Binary | 1111111 | 11110101 | 11001010 | 110000 | 0 | 10010 | 100 | 10011110 | 1010110 | 1001001 |
Color Harmonies of #7FF5CA
Complementary color
Monochromatic Colors of #7FF5CA
Black with #7FF5CA
Text Example
Text Example
White with #7FF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF5CA; }
p { color: rgb(127,245,202); }
H1.HeaderClassName
{
color: #7FF5CA;
}
.AnyTagClassName
{
color: #7FF5CA;
}
</style>
background-color css
<style>
a { background-color: #7FF5CA; }
a { background-color: rgb(127,245,202); }
div.DivClassName
{
background-color: #7FF5CA;
}
.BgClassName
{
background-color: #7FF5CA;
}
</style>
border-color css
<style>
span { border-color: #7FF5CA; }
span { border-color: rgb(127,245,202); }
td.TdClassName
{
border-color: #7FF5CA;
}
.TagClassName
{
border-color: #7FF5CA;
}
</style>