Shades of Aquamarine #7AFFC4
Tints of Aquamarine #7AFFC4
RGB
CMYK
RGB Variations
Color information
#7AFFC4 (or 0x7AFFC4) is known color: Aquamarine. HEX triplet: 7A, FF and C4. RGB value is (122,255,196). Sum of RGB (Red+Green+Blue) = 122+255+196=573 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.29% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFC4 is #85003B. Grayscale: #D0D0D0. Windows color (decimal): -8716348 or 12910458. OLE color: 12910458.
HSL color Cylindrical-coordinate representation of color #7AFFC4: hue angle of 153.38º 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 #7AFFC4 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 196 | - |
| CMYK | 0.52 | 0 | 0.23 | 0 |
| HSL | 153.38º | 1% | 0.74% | - |
| HSV(B) | 153.38º | 0.52% | 1% | - |
| XYZ | 53.75 | 79.64 | 64.76 | - |
| YUV | 208.51 | 120.94 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 196 | 0.52 | 0 | 0.23 | 0 | 153.38 | 1 | 0.74 |
| Hex | 7A | FF | C4 | 34 | 0 | 17 | 0 | 99 | 64 | 4A |
| Octal | 172 | 377 | 304 | 64 | 0 | 27 | 0 | 231 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11000100 | 110100 | 0 | 10111 | 0 | 10011001 | 1100100 | 1001010 |
Color Harmonies of #7AFFC4
Complementary color
Monochromatic Colors of #7AFFC4
Black with #7AFFC4
Text Example
Text Example
White with #7AFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFC4; }
p { color: rgb(122,255,196); }
H1.HeaderClassName
{
color: #7AFFC4;
}
.AnyTagClassName
{
color: #7AFFC4;
}
</style>
background-color css
<style>
a { background-color: #7AFFC4; }
a { background-color: rgb(122,255,196); }
div.DivClassName
{
background-color: #7AFFC4;
}
.BgClassName
{
background-color: #7AFFC4;
}
</style>
border-color css
<style>
span { border-color: #7AFFC4; }
span { border-color: rgb(122,255,196); }
td.TdClassName
{
border-color: #7AFFC4;
}
.TagClassName
{
border-color: #7AFFC4;
}
</style>