Shades of Aquamarine #7FECCA
Tints of Aquamarine #7FECCA
RGB
CMYK
RGB Variations
Color information
#7FECCA (or 0x7FECCA) is known color: Aquamarine. HEX triplet: 7F, EC and CA. RGB value is (127,236,202). Sum of RGB (Red+Green+Blue) = 127+236+202=565 (74% of max value = 765). Red value is 127 (50% from 255 or 22.48% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECCA is #801335. Grayscale: #C7C7C7. Windows color (decimal): -8393526 or 13298815. OLE color: 13298815.
HSL color Cylindrical-coordinate representation of color #7FECCA: hue angle of 161.28º degrees, saturation: 0.74, 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 #7FECCA is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 202 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.07 |
| HSL | 161.28º | 0.74% | 0.71% | - |
| HSV(B) | 161.28º | 0.46% | 0.93% | - |
| XYZ | 49.41 | 68.77 | 66.55 | - |
| YUV | 199.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 202 | 0.46 | 0 | 0.14 | 0.07 | 161.28 | 0.74 | 0.71 |
| Hex | 7F | EC | CA | 2E | 0 | E | 7 | A1 | 4A | 47 |
| Octal | 177 | 354 | 312 | 56 | 0 | 16 | 7 | 241 | 112 | 107 |
| Binary | 1111111 | 11101100 | 11001010 | 101110 | 0 | 1110 | 111 | 10100001 | 1001010 | 1000111 |
Color Harmonies of #7FECCA
Complementary color
Monochromatic Colors of #7FECCA
Black with #7FECCA
Text Example
Text Example
White with #7FECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECCA; }
p { color: rgb(127,236,202); }
H1.HeaderClassName
{
color: #7FECCA;
}
.AnyTagClassName
{
color: #7FECCA;
}
</style>
background-color css
<style>
a { background-color: #7FECCA; }
a { background-color: rgb(127,236,202); }
div.DivClassName
{
background-color: #7FECCA;
}
.BgClassName
{
background-color: #7FECCA;
}
</style>
border-color css
<style>
span { border-color: #7FECCA; }
span { border-color: rgb(127,236,202); }
td.TdClassName
{
border-color: #7FECCA;
}
.TagClassName
{
border-color: #7FECCA;
}
</style>