Shades of Aquamarine #7FFAD2
Tints of Aquamarine #7FFAD2
RGB
CMYK
RGB Variations
Color information
#7FFAD2 (or 0x7FFAD2) is known color: Aquamarine. HEX triplet: 7F, FA and D2. RGB value is (127,250,210). Sum of RGB (Red+Green+Blue) = 127+250+210=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAD2 is #80052D. Grayscale: #D0D0D0. Windows color (decimal): -8389934 or 13826687. OLE color: 13826687.
HSL color Cylindrical-coordinate representation of color #7FFAD2: hue angle of 160.49º 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 #7FFAD2 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 210 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.02 |
| HSL | 160.49º | 0.92% | 0.74% | - |
| HSV(B) | 160.49º | 0.49% | 0.98% | - |
| XYZ | 54.57 | 77.54 | 73.06 | - |
| YUV | 208.66 | 128.75 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 210 | 0.49 | 0 | 0.16 | 0.02 | 160.49 | 0.92 | 0.74 |
| Hex | 7F | FA | D2 | 31 | 0 | 10 | 2 | A0 | 5C | 4A |
| Octal | 177 | 372 | 322 | 61 | 0 | 20 | 2 | 240 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11010010 | 110001 | 0 | 10000 | 10 | 10100000 | 1011100 | 1001010 |
Color Harmonies of #7FFAD2
Complementary color
Monochromatic Colors of #7FFAD2
Black with #7FFAD2
Text Example
Text Example
White with #7FFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAD2; }
p { color: rgb(127,250,210); }
H1.HeaderClassName
{
color: #7FFAD2;
}
.AnyTagClassName
{
color: #7FFAD2;
}
</style>
background-color css
<style>
a { background-color: #7FFAD2; }
a { background-color: rgb(127,250,210); }
div.DivClassName
{
background-color: #7FFAD2;
}
.BgClassName
{
background-color: #7FFAD2;
}
</style>
border-color css
<style>
span { border-color: #7FFAD2; }
span { border-color: rgb(127,250,210); }
td.TdClassName
{
border-color: #7FFAD2;
}
.TagClassName
{
border-color: #7FFAD2;
}
</style>