Shades of Aquamarine #7CFFBE
Tints of Aquamarine #7CFFBE
RGB
CMYK
RGB Variations
Color information
#7CFFBE (or 0x7CFFBE) is known color: Aquamarine. HEX triplet: 7C, FF and BE. RGB value is (124,255,190). Sum of RGB (Red+Green+Blue) = 124+255+190=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFBE is #830041. Grayscale: #D0D0D0. Windows color (decimal): -8585282 or 12517244. OLE color: 12517244.
HSL color Cylindrical-coordinate representation of color #7CFFBE: hue angle of 150.23º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFBE is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 190 | - |
| CMYK | 0.51 | 0 | 0.25 | 0 |
| HSL | 150.23º | 1% | 0.74% | - |
| HSV(B) | 150.23º | 0.51% | 1% | - |
| XYZ | 53.37 | 79.52 | 61.25 | - |
| YUV | 208.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 190 | 0.51 | 0 | 0.25 | 0 | 150.23 | 1 | 0.74 |
| Hex | 7C | FF | BE | 33 | 0 | 19 | 0 | 96 | 64 | 4A |
| Octal | 174 | 377 | 276 | 63 | 0 | 31 | 0 | 226 | 144 | 112 |
| Binary | 1111100 | 11111111 | 10111110 | 110011 | 0 | 11001 | 0 | 10010110 | 1100100 | 1001010 |
Color Harmonies of #7CFFBE
Complementary color
Monochromatic Colors of #7CFFBE
Black with #7CFFBE
Text Example
Text Example
White with #7CFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFFBE; }
p { color: rgb(124,255,190); }
H1.HeaderClassName
{
color: #7CFFBE;
}
.AnyTagClassName
{
color: #7CFFBE;
}
</style>
background-color css
<style>
a { background-color: #7CFFBE; }
a { background-color: rgb(124,255,190); }
div.DivClassName
{
background-color: #7CFFBE;
}
.BgClassName
{
background-color: #7CFFBE;
}
</style>
border-color css
<style>
span { border-color: #7CFFBE; }
span { border-color: rgb(124,255,190); }
td.TdClassName
{
border-color: #7CFFBE;
}
.TagClassName
{
border-color: #7CFFBE;
}
</style>