Shades of Aquamarine #7AF1CB
Tints of Aquamarine #7AF1CB
RGB
CMYK
RGB Variations
Color information
#7AF1CB (or 0x7AF1CB) is known color: Aquamarine. HEX triplet: 7A, F1 and CB. RGB value is (122,241,203). Sum of RGB (Red+Green+Blue) = 122+241+203=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF1CB is #850E34. Grayscale: #C9C9C9. Windows color (decimal): -8719925 or 13365626. OLE color: 13365626.
HSL color Cylindrical-coordinate representation of color #7AF1CB: hue angle of 160.84º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1CB is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 203 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.05 |
| HSL | 160.84º | 0.81% | 0.71% | - |
| HSV(B) | 160.84º | 0.49% | 0.95% | - |
| XYZ | 50.26 | 71.36 | 67.62 | - |
| YUV | 201.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 203 | 0.49 | 0 | 0.16 | 0.05 | 160.84 | 0.81 | 0.71 |
| Hex | 7A | F1 | CB | 31 | 0 | 10 | 5 | A1 | 51 | 47 |
| Octal | 172 | 361 | 313 | 61 | 0 | 20 | 5 | 241 | 121 | 107 |
| Binary | 1111010 | 11110001 | 11001011 | 110001 | 0 | 10000 | 101 | 10100001 | 1010001 | 1000111 |
Color Harmonies of #7AF1CB
Complementary color
Monochromatic Colors of #7AF1CB
Black with #7AF1CB
Text Example
Text Example
White with #7AF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1CB; }
p { color: rgb(122,241,203); }
H1.HeaderClassName
{
color: #7AF1CB;
}
.AnyTagClassName
{
color: #7AF1CB;
}
</style>
background-color css
<style>
a { background-color: #7AF1CB; }
a { background-color: rgb(122,241,203); }
div.DivClassName
{
background-color: #7AF1CB;
}
.BgClassName
{
background-color: #7AF1CB;
}
</style>
border-color css
<style>
span { border-color: #7AF1CB; }
span { border-color: rgb(122,241,203); }
td.TdClassName
{
border-color: #7AF1CB;
}
.TagClassName
{
border-color: #7AF1CB;
}
</style>