Shades of Aquamarine #7BF2C8
Tints of Aquamarine #7BF2C8
RGB
CMYK
RGB Variations
Color information
#7BF2C8 (or 0x7BF2C8) is known color: Aquamarine. HEX triplet: 7B, F2 and C8. RGB value is (123,242,200). Sum of RGB (Red+Green+Blue) = 123+242+200=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF2C8 is #840D37. Grayscale: #C9C9C9. Windows color (decimal): -8654136 or 13169275. OLE color: 13169275.
HSL color Cylindrical-coordinate representation of color #7BF2C8: hue angle of 158.82º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF2C8 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 200 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.05 |
| HSL | 158.82º | 0.82% | 0.72% | - |
| HSV(B) | 158.82º | 0.49% | 0.95% | - |
| XYZ | 50.35 | 71.89 | 65.87 | - |
| YUV | 201.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 200 | 0.49 | 0 | 0.17 | 0.05 | 158.82 | 0.82 | 0.72 |
| Hex | 7B | F2 | C8 | 31 | 0 | 11 | 5 | 9F | 52 | 48 |
| Octal | 173 | 362 | 310 | 61 | 0 | 21 | 5 | 237 | 122 | 110 |
| Binary | 1111011 | 11110010 | 11001000 | 110001 | 0 | 10001 | 101 | 10011111 | 1010010 | 1001000 |
Color Harmonies of #7BF2C8
Complementary color
Monochromatic Colors of #7BF2C8
Black with #7BF2C8
Text Example
Text Example
White with #7BF2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF2C8; }
p { color: rgb(123,242,200); }
H1.HeaderClassName
{
color: #7BF2C8;
}
.AnyTagClassName
{
color: #7BF2C8;
}
</style>
background-color css
<style>
a { background-color: #7BF2C8; }
a { background-color: rgb(123,242,200); }
div.DivClassName
{
background-color: #7BF2C8;
}
.BgClassName
{
background-color: #7BF2C8;
}
</style>
border-color css
<style>
span { border-color: #7BF2C8; }
span { border-color: rgb(123,242,200); }
td.TdClassName
{
border-color: #7BF2C8;
}
.TagClassName
{
border-color: #7BF2C8;
}
</style>