Shades of Aquamarine #7AF1C8
Tints of Aquamarine #7AF1C8
RGB
CMYK
RGB Variations
Color information
#7AF1C8 (or 0x7AF1C8) is known color: Aquamarine. HEX triplet: 7A, F1 and C8. RGB value is (122,241,200). Sum of RGB (Red+Green+Blue) = 122+241+200=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF1C8 is #850E37. Grayscale: #C8C8C8. Windows color (decimal): -8719928 or 13169018. OLE color: 13169018.
HSL color Cylindrical-coordinate representation of color #7AF1C8: hue angle of 159.33º 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 #7AF1C8 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 200 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.05 |
| HSL | 159.33º | 0.81% | 0.71% | - |
| HSV(B) | 159.33º | 0.49% | 0.95% | - |
| XYZ | 49.91 | 71.22 | 65.76 | - |
| YUV | 200.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 200 | 0.49 | 0 | 0.17 | 0.05 | 159.33 | 0.81 | 0.71 |
| Hex | 7A | F1 | C8 | 31 | 0 | 11 | 5 | 9F | 51 | 47 |
| Octal | 172 | 361 | 310 | 61 | 0 | 21 | 5 | 237 | 121 | 107 |
| Binary | 1111010 | 11110001 | 11001000 | 110001 | 0 | 10001 | 101 | 10011111 | 1010001 | 1000111 |
Color Harmonies of #7AF1C8
Complementary color
Monochromatic Colors of #7AF1C8
Black with #7AF1C8
Text Example
Text Example
White with #7AF1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1C8; }
p { color: rgb(122,241,200); }
H1.HeaderClassName
{
color: #7AF1C8;
}
.AnyTagClassName
{
color: #7AF1C8;
}
</style>
background-color css
<style>
a { background-color: #7AF1C8; }
a { background-color: rgb(122,241,200); }
div.DivClassName
{
background-color: #7AF1C8;
}
.BgClassName
{
background-color: #7AF1C8;
}
</style>
border-color css
<style>
span { border-color: #7AF1C8; }
span { border-color: rgb(122,241,200); }
td.TdClassName
{
border-color: #7AF1C8;
}
.TagClassName
{
border-color: #7AF1C8;
}
</style>