Shades of Aquamarine #7BFFCC
Tints of Aquamarine #7BFFCC
RGB
CMYK
RGB Variations
Color information
#7BFFCC (or 0x7BFFCC) is known color: Aquamarine. HEX triplet: 7B, FF and CC. RGB value is (123,255,204). Sum of RGB (Red+Green+Blue) = 123+255+204=582 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.13% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFCC is #840033. Grayscale: #D1D1D1. Windows color (decimal): -8650804 or 13434747. OLE color: 13434747.
HSL color Cylindrical-coordinate representation of color #7BFFCC: hue angle of 156.82º 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 #7BFFCC is Cyan = 0.52, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 204 | - |
| CMYK | 0.52 | 0 | 0.2 | 0 |
| HSL | 156.82º | 1% | 0.74% | - |
| HSV(B) | 156.82º | 0.52% | 1% | - |
| XYZ | 54.83 | 80.09 | 69.7 | - |
| YUV | 209.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 204 | 0.52 | 0 | 0.2 | 0 | 156.82 | 1 | 0.74 |
| Hex | 7B | FF | CC | 34 | 0 | 14 | 0 | 9D | 64 | 4A |
| Octal | 173 | 377 | 314 | 64 | 0 | 24 | 0 | 235 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11001100 | 110100 | 0 | 10100 | 0 | 10011101 | 1100100 | 1001010 |
Color Harmonies of #7BFFCC
Complementary color
Monochromatic Colors of #7BFFCC
Black with #7BFFCC
Text Example
Text Example
White with #7BFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFCC; }
p { color: rgb(123,255,204); }
H1.HeaderClassName
{
color: #7BFFCC;
}
.AnyTagClassName
{
color: #7BFFCC;
}
</style>
background-color css
<style>
a { background-color: #7BFFCC; }
a { background-color: rgb(123,255,204); }
div.DivClassName
{
background-color: #7BFFCC;
}
.BgClassName
{
background-color: #7BFFCC;
}
</style>
border-color css
<style>
span { border-color: #7BFFCC; }
span { border-color: rgb(123,255,204); }
td.TdClassName
{
border-color: #7BFFCC;
}
.TagClassName
{
border-color: #7BFFCC;
}
</style>