Shades of Aquamarine #7FFAD4
Tints of Aquamarine #7FFAD4
RGB
CMYK
RGB Variations
Color information
#7FFAD4 (or 0x7FFAD4) is known color: Aquamarine. HEX triplet: 7F, FA and D4. RGB value is (127,250,212). Sum of RGB (Red+Green+Blue) = 127+250+212=589 (78% of max value = 765). Red value is 127 (50% from 255 or 21.56% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAD4 is #80052B. Grayscale: #D0D0D0. Windows color (decimal): -8389932 or 13957759. OLE color: 13957759.
HSL color Cylindrical-coordinate representation of color #7FFAD4: hue angle of 161.46º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAD4 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 212 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.02 |
| HSL | 161.46º | 0.92% | 0.74% | - |
| HSV(B) | 161.46º | 0.49% | 0.98% | - |
| XYZ | 54.82 | 77.64 | 74.38 | - |
| YUV | 208.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 212 | 0.49 | 0 | 0.15 | 0.02 | 161.46 | 0.92 | 0.74 |
| Hex | 7F | FA | D4 | 31 | 0 | F | 2 | A1 | 5C | 4A |
| Octal | 177 | 372 | 324 | 61 | 0 | 17 | 2 | 241 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11010100 | 110001 | 0 | 1111 | 10 | 10100001 | 1011100 | 1001010 |
Color Harmonies of #7FFAD4
Complementary color
Monochromatic Colors of #7FFAD4
Black with #7FFAD4
Text Example
Text Example
White with #7FFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAD4; }
p { color: rgb(127,250,212); }
H1.HeaderClassName
{
color: #7FFAD4;
}
.AnyTagClassName
{
color: #7FFAD4;
}
</style>
background-color css
<style>
a { background-color: #7FFAD4; }
a { background-color: rgb(127,250,212); }
div.DivClassName
{
background-color: #7FFAD4;
}
.BgClassName
{
background-color: #7FFAD4;
}
</style>
border-color css
<style>
span { border-color: #7FFAD4; }
span { border-color: rgb(127,250,212); }
td.TdClassName
{
border-color: #7FFAD4;
}
.TagClassName
{
border-color: #7FFAD4;
}
</style>