Shades of Aquamarine #7EFFCF
Tints of Aquamarine #7EFFCF
RGB
CMYK
RGB Variations
Color information
#7EFFCF (or 0x7EFFCF) is known color: Aquamarine. HEX triplet: 7E, FF and CF. RGB value is (126,255,207). Sum of RGB (Red+Green+Blue) = 126+255+207=588 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.43% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFCF is #810030. Grayscale: #D3D3D3. Windows color (decimal): -8454193 or 13631358. OLE color: 13631358.
HSL color Cylindrical-coordinate representation of color #7EFFCF: hue angle of 157.67º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFCF is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 207 | - |
| CMYK | 0.51 | 0 | 0.19 | 0 |
| HSL | 157.67º | 1% | 0.75% | - |
| HSV(B) | 157.67º | 0.51% | 1% | - |
| XYZ | 55.63 | 80.46 | 71.63 | - |
| YUV | 210.96 | 125.76 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 207 | 0.51 | 0 | 0.19 | 0 | 157.67 | 1 | 0.75 |
| Hex | 7E | FF | CF | 33 | 0 | 13 | 0 | 9E | 64 | 4B |
| Octal | 176 | 377 | 317 | 63 | 0 | 23 | 0 | 236 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11001111 | 110011 | 0 | 10011 | 0 | 10011110 | 1100100 | 1001011 |
Color Harmonies of #7EFFCF
Complementary color
Monochromatic Colors of #7EFFCF
Black with #7EFFCF
Text Example
Text Example
White with #7EFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFCF; }
p { color: rgb(126,255,207); }
H1.HeaderClassName
{
color: #7EFFCF;
}
.AnyTagClassName
{
color: #7EFFCF;
}
</style>
background-color css
<style>
a { background-color: #7EFFCF; }
a { background-color: rgb(126,255,207); }
div.DivClassName
{
background-color: #7EFFCF;
}
.BgClassName
{
background-color: #7EFFCF;
}
</style>
border-color css
<style>
span { border-color: #7EFFCF; }
span { border-color: rgb(126,255,207); }
td.TdClassName
{
border-color: #7EFFCF;
}
.TagClassName
{
border-color: #7EFFCF;
}
</style>