Shades of Aquamarine #7FFCDA
Tints of Aquamarine #7FFCDA
RGB
CMYK
RGB Variations
Color information
#7FFCDA (or 0x7FFCDA) is known color: Aquamarine. HEX triplet: 7F, FC and DA. RGB value is (127,252,218). Sum of RGB (Red+Green+Blue) = 127+252+218=597 (79% of max value = 765). Red value is 127 (50% from 255 or 21.27% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCDA is #800325. Grayscale: #D2D2D2. Windows color (decimal): -8389414 or 14351487. OLE color: 14351487.
HSL color Cylindrical-coordinate representation of color #7FFCDA: hue angle of 163.68º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCDA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 218 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.01 |
| HSL | 163.68º | 0.95% | 0.74% | - |
| HSV(B) | 163.68º | 0.5% | 0.99% | - |
| XYZ | 56.22 | 79.19 | 78.65 | - |
| YUV | 210.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 218 | 0.50 | 0 | 0.13 | 0.01 | 163.68 | 0.95 | 0.74 |
| Hex | 7F | FC | DA | 32 | 0 | D | 1 | A4 | 5F | 4A |
| Octal | 177 | 374 | 332 | 62 | 0 | 15 | 1 | 244 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11011010 | 110010 | 0 | 1101 | 1 | 10100100 | 1011111 | 1001010 |
Color Harmonies of #7FFCDA
Complementary color
Monochromatic Colors of #7FFCDA
Black with #7FFCDA
Text Example
Text Example
White with #7FFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCDA; }
p { color: rgb(127,252,218); }
H1.HeaderClassName
{
color: #7FFCDA;
}
.AnyTagClassName
{
color: #7FFCDA;
}
</style>
background-color css
<style>
a { background-color: #7FFCDA; }
a { background-color: rgb(127,252,218); }
div.DivClassName
{
background-color: #7FFCDA;
}
.BgClassName
{
background-color: #7FFCDA;
}
</style>
border-color css
<style>
span { border-color: #7FFCDA; }
span { border-color: rgb(127,252,218); }
td.TdClassName
{
border-color: #7FFCDA;
}
.TagClassName
{
border-color: #7FFCDA;
}
</style>