Shades of Aquamarine #7FFBC3
Tints of Aquamarine #7FFBC3
RGB
CMYK
RGB Variations
Color information
#7FFBC3 (or 0x7FFBC3) is known color: Aquamarine. HEX triplet: 7F, FB and C3. RGB value is (127,251,195). Sum of RGB (Red+Green+Blue) = 127+251+195=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBC3 is #80043C. Grayscale: #CFCFCF. Windows color (decimal): -8389693 or 12843903. OLE color: 12843903.
HSL color Cylindrical-coordinate representation of color #7FFBC3: hue angle of 152.9º 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 #7FFBC3 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 195 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.02 |
| HSL | 152.9º | 0.94% | 0.74% | - |
| HSV(B) | 152.9º | 0.49% | 0.98% | - |
| XYZ | 53.1 | 77.45 | 63.78 | - |
| YUV | 207.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 195 | 0.49 | 0 | 0.22 | 0.02 | 152.9 | 0.94 | 0.74 |
| Hex | 7F | FB | C3 | 31 | 0 | 16 | 2 | 99 | 5E | 4A |
| Octal | 177 | 373 | 303 | 61 | 0 | 26 | 2 | 231 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11000011 | 110001 | 0 | 10110 | 10 | 10011001 | 1011110 | 1001010 |
Color Harmonies of #7FFBC3
Complementary color
Monochromatic Colors of #7FFBC3
Black with #7FFBC3
Text Example
Text Example
White with #7FFBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBC3; }
p { color: rgb(127,251,195); }
H1.HeaderClassName
{
color: #7FFBC3;
}
.AnyTagClassName
{
color: #7FFBC3;
}
</style>
background-color css
<style>
a { background-color: #7FFBC3; }
a { background-color: rgb(127,251,195); }
div.DivClassName
{
background-color: #7FFBC3;
}
.BgClassName
{
background-color: #7FFBC3;
}
</style>
border-color css
<style>
span { border-color: #7FFBC3; }
span { border-color: rgb(127,251,195); }
td.TdClassName
{
border-color: #7FFBC3;
}
.TagClassName
{
border-color: #7FFBC3;
}
</style>