Shades of Aquamarine #7FEDCA
Tints of Aquamarine #7FEDCA
RGB
CMYK
RGB Variations
Color information
#7FEDCA (or 0x7FEDCA) is known color: Aquamarine. HEX triplet: 7F, ED and CA. RGB value is (127,237,202). Sum of RGB (Red+Green+Blue) = 127+237+202=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDCA is #801235. Grayscale: #C8C8C8. Windows color (decimal): -8393270 or 13299071. OLE color: 13299071.
HSL color Cylindrical-coordinate representation of color #7FEDCA: hue angle of 160.91º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDCA is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 202 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.07 |
| HSL | 160.91º | 0.75% | 0.71% | - |
| HSV(B) | 160.91º | 0.46% | 0.93% | - |
| XYZ | 49.7 | 69.34 | 66.64 | - |
| YUV | 200.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 202 | 0.46 | 0 | 0.15 | 0.07 | 160.91 | 0.75 | 0.71 |
| Hex | 7F | ED | CA | 2E | 0 | F | 7 | A1 | 4B | 47 |
| Octal | 177 | 355 | 312 | 56 | 0 | 17 | 7 | 241 | 113 | 107 |
| Binary | 1111111 | 11101101 | 11001010 | 101110 | 0 | 1111 | 111 | 10100001 | 1001011 | 1000111 |
Color Harmonies of #7FEDCA
Complementary color
Monochromatic Colors of #7FEDCA
Black with #7FEDCA
Text Example
Text Example
White with #7FEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDCA; }
p { color: rgb(127,237,202); }
H1.HeaderClassName
{
color: #7FEDCA;
}
.AnyTagClassName
{
color: #7FEDCA;
}
</style>
background-color css
<style>
a { background-color: #7FEDCA; }
a { background-color: rgb(127,237,202); }
div.DivClassName
{
background-color: #7FEDCA;
}
.BgClassName
{
background-color: #7FEDCA;
}
</style>
border-color css
<style>
span { border-color: #7FEDCA; }
span { border-color: rgb(127,237,202); }
td.TdClassName
{
border-color: #7FEDCA;
}
.TagClassName
{
border-color: #7FEDCA;
}
</style>