Shades of Aquamarine #7FFDC4
Tints of Aquamarine #7FFDC4
RGB
CMYK
RGB Variations
Color information
#7FFDC4 (or 0x7FFDC4) is known color: Aquamarine. HEX triplet: 7F, FD and C4. RGB value is (127,253,196). Sum of RGB (Red+Green+Blue) = 127+253+196=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDC4 is #80023B. Grayscale: #D0D0D0. Windows color (decimal): -8389180 or 12909951. OLE color: 12909951.
HSL color Cylindrical-coordinate representation of color #7FFDC4: hue angle of 152.86º 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 #7FFDC4 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 196 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.01 |
| HSL | 152.86º | 0.97% | 0.75% | - |
| HSV(B) | 152.86º | 0.5% | 0.99% | - |
| XYZ | 53.84 | 78.75 | 64.59 | - |
| YUV | 208.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 196 | 0.50 | 0 | 0.23 | 0.01 | 152.86 | 0.97 | 0.75 |
| Hex | 7F | FD | C4 | 32 | 0 | 17 | 1 | 99 | 61 | 4B |
| Octal | 177 | 375 | 304 | 62 | 0 | 27 | 1 | 231 | 141 | 113 |
| Binary | 1111111 | 11111101 | 11000100 | 110010 | 0 | 10111 | 1 | 10011001 | 1100001 | 1001011 |
Color Harmonies of #7FFDC4
Complementary color
Monochromatic Colors of #7FFDC4
Black with #7FFDC4
Text Example
Text Example
White with #7FFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDC4; }
p { color: rgb(127,253,196); }
H1.HeaderClassName
{
color: #7FFDC4;
}
.AnyTagClassName
{
color: #7FFDC4;
}
</style>
background-color css
<style>
a { background-color: #7FFDC4; }
a { background-color: rgb(127,253,196); }
div.DivClassName
{
background-color: #7FFDC4;
}
.BgClassName
{
background-color: #7FFDC4;
}
</style>
border-color css
<style>
span { border-color: #7FFDC4; }
span { border-color: rgb(127,253,196); }
td.TdClassName
{
border-color: #7FFDC4;
}
.TagClassName
{
border-color: #7FFDC4;
}
</style>