Shades of Aquamarine #7BFFD6
Tints of Aquamarine #7BFFD6
RGB
CMYK
RGB Variations
Color information
#7BFFD6 (or 0x7BFFD6) is known color: Aquamarine. HEX triplet: 7B, FF and D6. RGB value is (123,255,214). Sum of RGB (Red+Green+Blue) = 123+255+214=592 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.78% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFD6 is #840029. Grayscale: #D2D2D2. Windows color (decimal): -8650794 or 14090107. OLE color: 14090107.
HSL color Cylindrical-coordinate representation of color #7BFFD6: hue angle of 161.36º 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 #7BFFD6 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 214 | - |
| CMYK | 0.52 | 0 | 0.16 | 0 |
| HSL | 161.36º | 1% | 0.74% | - |
| HSV(B) | 161.36º | 0.52% | 1% | - |
| XYZ | 56.07 | 80.59 | 76.22 | - |
| YUV | 210.86 | 129.77 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 214 | 0.52 | 0 | 0.16 | 0 | 161.36 | 1 | 0.74 |
| Hex | 7B | FF | D6 | 34 | 0 | 10 | 0 | A1 | 64 | 4A |
| Octal | 173 | 377 | 326 | 64 | 0 | 20 | 0 | 241 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11010110 | 110100 | 0 | 10000 | 0 | 10100001 | 1100100 | 1001010 |
Color Harmonies of #7BFFD6
Complementary color
Monochromatic Colors of #7BFFD6
Black with #7BFFD6
Text Example
Text Example
White with #7BFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFD6; }
p { color: rgb(123,255,214); }
H1.HeaderClassName
{
color: #7BFFD6;
}
.AnyTagClassName
{
color: #7BFFD6;
}
</style>
background-color css
<style>
a { background-color: #7BFFD6; }
a { background-color: rgb(123,255,214); }
div.DivClassName
{
background-color: #7BFFD6;
}
.BgClassName
{
background-color: #7BFFD6;
}
</style>
border-color css
<style>
span { border-color: #7BFFD6; }
span { border-color: rgb(123,255,214); }
td.TdClassName
{
border-color: #7BFFD6;
}
.TagClassName
{
border-color: #7BFFD6;
}
</style>