Shades of Aquamarine #7FF2DF
Tints of Aquamarine #7FF2DF
RGB
CMYK
RGB Variations
Color information
#7FF2DF (or 0x7FF2DF) is known color: Aquamarine. HEX triplet: 7F, F2 and DF. RGB value is (127,242,223). Sum of RGB (Red+Green+Blue) = 127+242+223=592 (78% of max value = 765). Red value is 127 (50% from 255 or 21.45% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF2DF is #800D20. Grayscale: #CDCDCD. Windows color (decimal): -8391969 or 14676607. OLE color: 14676607.
HSL color Cylindrical-coordinate representation of color #7FF2DF: hue angle of 170.09º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF2DF is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 223 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.05 |
| HSL | 170.09º | 0.82% | 0.72% | - |
| HSV(B) | 170.09º | 0.48% | 0.95% | - |
| XYZ | 53.82 | 73.34 | 81.13 | - |
| YUV | 205.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 223 | 0.48 | 0 | 0.08 | 0.05 | 170.09 | 0.82 | 0.72 |
| Hex | 7F | F2 | DF | 30 | 0 | 8 | 5 | AA | 52 | 48 |
| Octal | 177 | 362 | 337 | 60 | 0 | 10 | 5 | 252 | 122 | 110 |
| Binary | 1111111 | 11110010 | 11011111 | 110000 | 0 | 1000 | 101 | 10101010 | 1010010 | 1001000 |
Color Harmonies of #7FF2DF
Complementary color
Monochromatic Colors of #7FF2DF
Black with #7FF2DF
Text Example
Text Example
White with #7FF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF2DF; }
p { color: rgb(127,242,223); }
H1.HeaderClassName
{
color: #7FF2DF;
}
.AnyTagClassName
{
color: #7FF2DF;
}
</style>
background-color css
<style>
a { background-color: #7FF2DF; }
a { background-color: rgb(127,242,223); }
div.DivClassName
{
background-color: #7FF2DF;
}
.BgClassName
{
background-color: #7FF2DF;
}
</style>
border-color css
<style>
span { border-color: #7FF2DF; }
span { border-color: rgb(127,242,223); }
td.TdClassName
{
border-color: #7FF2DF;
}
.TagClassName
{
border-color: #7FF2DF;
}
</style>