Shades of Aquamarine #7FFCB7
Tints of Aquamarine #7FFCB7
RGB
CMYK
RGB Variations
Color information
#7FFCB7 (or 0x7FFCB7) is known color: Aquamarine. HEX triplet: 7F, FC and B7. RGB value is (127,252,183). Sum of RGB (Red+Green+Blue) = 127+252+183=562 (74% of max value = 765). Red value is 127 (50% from 255 or 22.60% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCB7 is #800348. Grayscale: #CECECE. Windows color (decimal): -8389449 or 12057727. OLE color: 12057727.
HSL color Cylindrical-coordinate representation of color #7FFCB7: hue angle of 146.88º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCB7 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 183 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.01 |
| HSL | 146.88º | 0.95% | 0.74% | - |
| HSV(B) | 146.88º | 0.5% | 0.99% | - |
| XYZ | 52.11 | 77.55 | 57.02 | - |
| YUV | 206.76 | 114.59 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 183 | 0.50 | 0 | 0.27 | 0.01 | 146.88 | 0.95 | 0.74 |
| Hex | 7F | FC | B7 | 32 | 0 | 1B | 1 | 93 | 5F | 4A |
| Octal | 177 | 374 | 267 | 62 | 0 | 33 | 1 | 223 | 137 | 112 |
| Binary | 1111111 | 11111100 | 10110111 | 110010 | 0 | 11011 | 1 | 10010011 | 1011111 | 1001010 |
Color Harmonies of #7FFCB7
Complementary color
Monochromatic Colors of #7FFCB7
Black with #7FFCB7
Text Example
Text Example
White with #7FFCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCB7; }
p { color: rgb(127,252,183); }
H1.HeaderClassName
{
color: #7FFCB7;
}
.AnyTagClassName
{
color: #7FFCB7;
}
</style>
background-color css
<style>
a { background-color: #7FFCB7; }
a { background-color: rgb(127,252,183); }
div.DivClassName
{
background-color: #7FFCB7;
}
.BgClassName
{
background-color: #7FFCB7;
}
</style>
border-color css
<style>
span { border-color: #7FFCB7; }
span { border-color: rgb(127,252,183); }
td.TdClassName
{
border-color: #7FFCB7;
}
.TagClassName
{
border-color: #7FFCB7;
}
</style>