Shades of Aquamarine #7FFAC8
Tints of Aquamarine #7FFAC8
RGB
CMYK
RGB Variations
Color information
#7FFAC8 (or 0x7FFAC8) is known color: Aquamarine. HEX triplet: 7F, FA and C8. RGB value is (127,250,200). Sum of RGB (Red+Green+Blue) = 127+250+200=577 (76% of max value = 765). Red value is 127 (50% from 255 or 22.01% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAC8 is #800537. Grayscale: #CFCFCF. Windows color (decimal): -8389944 or 13171327. OLE color: 13171327.
HSL color Cylindrical-coordinate representation of color #7FFAC8: hue angle of 155.61º 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 #7FFAC8 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 200 | - |
| CMYK | 0.49 | 0 | 0.2 | 0.02 |
| HSL | 155.61º | 0.92% | 0.74% | - |
| HSV(B) | 155.61º | 0.49% | 0.98% | - |
| XYZ | 53.36 | 77.05 | 66.7 | - |
| YUV | 207.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 200 | 0.49 | 0 | 0.2 | 0.02 | 155.61 | 0.92 | 0.74 |
| Hex | 7F | FA | C8 | 31 | 0 | 14 | 2 | 9C | 5C | 4A |
| Octal | 177 | 372 | 310 | 61 | 0 | 24 | 2 | 234 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11001000 | 110001 | 0 | 10100 | 10 | 10011100 | 1011100 | 1001010 |
Color Harmonies of #7FFAC8
Complementary color
Monochromatic Colors of #7FFAC8
Black with #7FFAC8
Text Example
Text Example
White with #7FFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAC8; }
p { color: rgb(127,250,200); }
H1.HeaderClassName
{
color: #7FFAC8;
}
.AnyTagClassName
{
color: #7FFAC8;
}
</style>
background-color css
<style>
a { background-color: #7FFAC8; }
a { background-color: rgb(127,250,200); }
div.DivClassName
{
background-color: #7FFAC8;
}
.BgClassName
{
background-color: #7FFAC8;
}
</style>
border-color css
<style>
span { border-color: #7FFAC8; }
span { border-color: rgb(127,250,200); }
td.TdClassName
{
border-color: #7FFAC8;
}
.TagClassName
{
border-color: #7FFAC8;
}
</style>