Shades of Aquamarine #7AF8CF
Tints of Aquamarine #7AF8CF
RGB
CMYK
RGB Variations
Color information
#7AF8CF (or 0x7AF8CF) is known color: Aquamarine. HEX triplet: 7A, F8 and CF. RGB value is (122,248,207). Sum of RGB (Red+Green+Blue) = 122+248+207=577 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.14% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8CF is #850730. Grayscale: #CDCDCD. Windows color (decimal): -8718129 or 13629562. OLE color: 13629562.
HSL color Cylindrical-coordinate representation of color #7AF8CF: hue angle of 160.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8CF is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 207 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.03 |
| HSL | 160.48º | 0.9% | 0.73% | - |
| HSV(B) | 160.48º | 0.51% | 0.97% | - |
| XYZ | 52.86 | 75.78 | 70.87 | - |
| YUV | 205.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 207 | 0.51 | 0 | 0.17 | 0.03 | 160.48 | 0.9 | 0.73 |
| Hex | 7A | F8 | CF | 33 | 0 | 11 | 3 | A0 | 5A | 49 |
| Octal | 172 | 370 | 317 | 63 | 0 | 21 | 3 | 240 | 132 | 111 |
| Binary | 1111010 | 11111000 | 11001111 | 110011 | 0 | 10001 | 11 | 10100000 | 1011010 | 1001001 |
Color Harmonies of #7AF8CF
Complementary color
Monochromatic Colors of #7AF8CF
Black with #7AF8CF
Text Example
Text Example
White with #7AF8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8CF; }
p { color: rgb(122,248,207); }
H1.HeaderClassName
{
color: #7AF8CF;
}
.AnyTagClassName
{
color: #7AF8CF;
}
</style>
background-color css
<style>
a { background-color: #7AF8CF; }
a { background-color: rgb(122,248,207); }
div.DivClassName
{
background-color: #7AF8CF;
}
.BgClassName
{
background-color: #7AF8CF;
}
</style>
border-color css
<style>
span { border-color: #7AF8CF; }
span { border-color: rgb(122,248,207); }
td.TdClassName
{
border-color: #7AF8CF;
}
.TagClassName
{
border-color: #7AF8CF;
}
</style>