Shades of Aquamarine #7AFFCB
Tints of Aquamarine #7AFFCB
RGB
CMYK
RGB Variations
Color information
#7AFFCB (or 0x7AFFCB) is known color: Aquamarine. HEX triplet: 7A, FF and CB. RGB value is (122,255,203). Sum of RGB (Red+Green+Blue) = 122+255+203=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFCB is #850034. Grayscale: #D1D1D1. Windows color (decimal): -8716341 or 13369210. OLE color: 13369210.
HSL color Cylindrical-coordinate representation of color #7AFFCB: hue angle of 156.54º 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 #7AFFCB is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 203 | - |
| CMYK | 0.52 | 0 | 0.20 | 0 |
| HSL | 156.54º | 1% | 0.74% | - |
| HSV(B) | 156.54º | 0.52% | 1% | - |
| XYZ | 54.57 | 79.97 | 69.06 | - |
| YUV | 209.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 203 | 0.52 | 0 | 0.20 | 0 | 156.54 | 1 | 0.74 |
| Hex | 7A | FF | CB | 34 | 0 | 14 | 0 | 9D | 64 | 4A |
| Octal | 172 | 377 | 313 | 64 | 0 | 24 | 0 | 235 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11001011 | 110100 | 0 | 10100 | 0 | 10011101 | 1100100 | 1001010 |
Color Harmonies of #7AFFCB
Complementary color
Monochromatic Colors of #7AFFCB
Black with #7AFFCB
Text Example
Text Example
White with #7AFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFCB; }
p { color: rgb(122,255,203); }
H1.HeaderClassName
{
color: #7AFFCB;
}
.AnyTagClassName
{
color: #7AFFCB;
}
</style>
background-color css
<style>
a { background-color: #7AFFCB; }
a { background-color: rgb(122,255,203); }
div.DivClassName
{
background-color: #7AFFCB;
}
.BgClassName
{
background-color: #7AFFCB;
}
</style>
border-color css
<style>
span { border-color: #7AFFCB; }
span { border-color: rgb(122,255,203); }
td.TdClassName
{
border-color: #7AFFCB;
}
.TagClassName
{
border-color: #7AFFCB;
}
</style>