Shades of Aquamarine #7FF9DC
Tints of Aquamarine #7FF9DC
RGB
CMYK
RGB Variations
Color information
#7FF9DC (or 0x7FF9DC) is known color: Aquamarine. HEX triplet: 7F, F9 and DC. RGB value is (127,249,220). Sum of RGB (Red+Green+Blue) = 127+249+220=596 (78% of max value = 765). Red value is 127 (50% from 255 or 21.31% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF9DC is #800623. Grayscale: #D1D1D1. Windows color (decimal): -8390180 or 14481791. OLE color: 14481791.
HSL color Cylindrical-coordinate representation of color #7FF9DC: hue angle of 165.74º degrees, saturation: 0.91, 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 #7FF9DC is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 249 | 220 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.02 |
| HSL | 165.74º | 0.91% | 0.74% | - |
| HSV(B) | 165.74º | 0.49% | 0.98% | - |
| XYZ | 55.55 | 77.43 | 79.73 | - |
| YUV | 209.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 249 | 220 | 0.49 | 0 | 0.12 | 0.02 | 165.74 | 0.91 | 0.74 |
| Hex | 7F | F9 | DC | 31 | 0 | C | 2 | A6 | 5B | 4A |
| Octal | 177 | 371 | 334 | 61 | 0 | 14 | 2 | 246 | 133 | 112 |
| Binary | 1111111 | 11111001 | 11011100 | 110001 | 0 | 1100 | 10 | 10100110 | 1011011 | 1001010 |
Color Harmonies of #7FF9DC
Complementary color
Monochromatic Colors of #7FF9DC
Black with #7FF9DC
Text Example
Text Example
White with #7FF9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF9DC; }
p { color: rgb(127,249,220); }
H1.HeaderClassName
{
color: #7FF9DC;
}
.AnyTagClassName
{
color: #7FF9DC;
}
</style>
background-color css
<style>
a { background-color: #7FF9DC; }
a { background-color: rgb(127,249,220); }
div.DivClassName
{
background-color: #7FF9DC;
}
.BgClassName
{
background-color: #7FF9DC;
}
</style>
border-color css
<style>
span { border-color: #7FF9DC; }
span { border-color: rgb(127,249,220); }
td.TdClassName
{
border-color: #7FF9DC;
}
.TagClassName
{
border-color: #7FF9DC;
}
</style>