Shades of Aquamarine #7FFDD3
Tints of Aquamarine #7FFDD3
RGB
CMYK
RGB Variations
Color information
#7FFDD3 (or 0x7FFDD3) is known color: Aquamarine. HEX triplet: 7F, FD and D3. RGB value is (127,253,211). Sum of RGB (Red+Green+Blue) = 127+253+211=591 (78% of max value = 765). Red value is 127 (50% from 255 or 21.49% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDD3 is #80022C. Grayscale: #D2D2D2. Windows color (decimal): -8389165 or 13892991. OLE color: 13892991.
HSL color Cylindrical-coordinate representation of color #7FFDD3: hue angle of 160º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDD3 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 211 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.01 |
| HSL | 160º | 0.97% | 0.75% | - |
| HSV(B) | 160º | 0.5% | 0.99% | - |
| XYZ | 55.64 | 79.47 | 74.03 | - |
| YUV | 210.54 | 128.26 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 211 | 0.50 | 0 | 0.17 | 0.01 | 160 | 0.97 | 0.75 |
| Hex | 7F | FD | D3 | 32 | 0 | 11 | 1 | A0 | 61 | 4B |
| Octal | 177 | 375 | 323 | 62 | 0 | 21 | 1 | 240 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11010011 | 110010 | 0 | 10001 | 1 | 10100000 | 1100001 | 1001011 |
Color Harmonies of #7FFDD3
Complementary color
Monochromatic Colors of #7FFDD3
Black with #7FFDD3
Text Example
Text Example
White with #7FFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDD3; }
p { color: rgb(127,253,211); }
H1.HeaderClassName
{
color: #7FFDD3;
}
.AnyTagClassName
{
color: #7FFDD3;
}
</style>
background-color css
<style>
a { background-color: #7FFDD3; }
a { background-color: rgb(127,253,211); }
div.DivClassName
{
background-color: #7FFDD3;
}
.BgClassName
{
background-color: #7FFDD3;
}
</style>
border-color css
<style>
span { border-color: #7FFDD3; }
span { border-color: rgb(127,253,211); }
td.TdClassName
{
border-color: #7FFDD3;
}
.TagClassName
{
border-color: #7FFDD3;
}
</style>