Shades of Aquamarine #7AF0CB
Tints of Aquamarine #7AF0CB
RGB
CMYK
RGB Variations
Color information
#7AF0CB (or 0x7AF0CB) is known color: Aquamarine. HEX triplet: 7A, F0 and CB. RGB value is (122,240,203). Sum of RGB (Red+Green+Blue) = 122+240+203=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF0CB is #850F34. Grayscale: #C8C8C8. Windows color (decimal): -8720181 or 13365370. OLE color: 13365370.
HSL color Cylindrical-coordinate representation of color #7AF0CB: hue angle of 161.19º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF0CB is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 203 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.06 |
| HSL | 161.19º | 0.8% | 0.71% | - |
| HSV(B) | 161.19º | 0.49% | 0.94% | - |
| XYZ | 49.97 | 70.77 | 67.53 | - |
| YUV | 200.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 203 | 0.49 | 0 | 0.15 | 0.06 | 161.19 | 0.8 | 0.71 |
| Hex | 7A | F0 | CB | 31 | 0 | F | 6 | A1 | 50 | 47 |
| Octal | 172 | 360 | 313 | 61 | 0 | 17 | 6 | 241 | 120 | 107 |
| Binary | 1111010 | 11110000 | 11001011 | 110001 | 0 | 1111 | 110 | 10100001 | 1010000 | 1000111 |
Color Harmonies of #7AF0CB
Complementary color
Monochromatic Colors of #7AF0CB
Black with #7AF0CB
Text Example
Text Example
White with #7AF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF0CB; }
p { color: rgb(122,240,203); }
H1.HeaderClassName
{
color: #7AF0CB;
}
.AnyTagClassName
{
color: #7AF0CB;
}
</style>
background-color css
<style>
a { background-color: #7AF0CB; }
a { background-color: rgb(122,240,203); }
div.DivClassName
{
background-color: #7AF0CB;
}
.BgClassName
{
background-color: #7AF0CB;
}
</style>
border-color css
<style>
span { border-color: #7AF0CB; }
span { border-color: rgb(122,240,203); }
td.TdClassName
{
border-color: #7AF0CB;
}
.TagClassName
{
border-color: #7AF0CB;
}
</style>