Shades of Aquamarine #7FFBC2
Tints of Aquamarine #7FFBC2
RGB
CMYK
RGB Variations
Color information
#7FFBC2 (or 0x7FFBC2) is known color: Aquamarine. HEX triplet: 7F, FB and C2. RGB value is (127,251,194). Sum of RGB (Red+Green+Blue) = 127+251+194=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBC2 is #80043D. Grayscale: #CFCFCF. Windows color (decimal): -8389694 or 12778367. OLE color: 12778367.
HSL color Cylindrical-coordinate representation of color #7FFBC2: hue angle of 152.42º degrees, saturation: 0.94, 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 #7FFBC2 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 194 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.02 |
| HSL | 152.42º | 0.94% | 0.74% | - |
| HSV(B) | 152.42º | 0.49% | 0.98% | - |
| XYZ | 52.99 | 77.4 | 63.19 | - |
| YUV | 207.43 | 120.42 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 194 | 0.49 | 0 | 0.23 | 0.02 | 152.42 | 0.94 | 0.74 |
| Hex | 7F | FB | C2 | 31 | 0 | 17 | 2 | 98 | 5E | 4A |
| Octal | 177 | 373 | 302 | 61 | 0 | 27 | 2 | 230 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11000010 | 110001 | 0 | 10111 | 10 | 10011000 | 1011110 | 1001010 |
Color Harmonies of #7FFBC2
Complementary color
Monochromatic Colors of #7FFBC2
Black with #7FFBC2
Text Example
Text Example
White with #7FFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBC2; }
p { color: rgb(127,251,194); }
H1.HeaderClassName
{
color: #7FFBC2;
}
.AnyTagClassName
{
color: #7FFBC2;
}
</style>
background-color css
<style>
a { background-color: #7FFBC2; }
a { background-color: rgb(127,251,194); }
div.DivClassName
{
background-color: #7FFBC2;
}
.BgClassName
{
background-color: #7FFBC2;
}
</style>
border-color css
<style>
span { border-color: #7FFBC2; }
span { border-color: rgb(127,251,194); }
td.TdClassName
{
border-color: #7FFBC2;
}
.TagClassName
{
border-color: #7FFBC2;
}
</style>