Shades of Aquamarine #7AFFCF
Tints of Aquamarine #7AFFCF
RGB
CMYK
RGB Variations
Color information
#7AFFCF (or 0x7AFFCF) is known color: Aquamarine. HEX triplet: 7A, FF and CF. RGB value is (122,255,207). Sum of RGB (Red+Green+Blue) = 122+255+207=584 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.89% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFCF is #850030. Grayscale: #D1D1D1. Windows color (decimal): -8716337 or 13631354. OLE color: 13631354.
HSL color Cylindrical-coordinate representation of color #7AFFCF: hue angle of 158.35º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFCF is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 207 | - |
| CMYK | 0.52 | 0 | 0.19 | 0 |
| HSL | 158.35º | 1% | 0.74% | - |
| HSV(B) | 158.35º | 0.52% | 1% | - |
| XYZ | 55.05 | 80.16 | 71.6 | - |
| YUV | 209.76 | 126.44 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 207 | 0.52 | 0 | 0.19 | 0 | 158.35 | 1 | 0.74 |
| Hex | 7A | FF | CF | 34 | 0 | 13 | 0 | 9E | 64 | 4A |
| Octal | 172 | 377 | 317 | 64 | 0 | 23 | 0 | 236 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11001111 | 110100 | 0 | 10011 | 0 | 10011110 | 1100100 | 1001010 |
Color Harmonies of #7AFFCF
Complementary color
Monochromatic Colors of #7AFFCF
Black with #7AFFCF
Text Example
Text Example
White with #7AFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFCF; }
p { color: rgb(122,255,207); }
H1.HeaderClassName
{
color: #7AFFCF;
}
.AnyTagClassName
{
color: #7AFFCF;
}
</style>
background-color css
<style>
a { background-color: #7AFFCF; }
a { background-color: rgb(122,255,207); }
div.DivClassName
{
background-color: #7AFFCF;
}
.BgClassName
{
background-color: #7AFFCF;
}
</style>
border-color css
<style>
span { border-color: #7AFFCF; }
span { border-color: rgb(122,255,207); }
td.TdClassName
{
border-color: #7AFFCF;
}
.TagClassName
{
border-color: #7AFFCF;
}
</style>