Shades of Aquamarine #7BFFDA
Tints of Aquamarine #7BFFDA
RGB
CMYK
RGB Variations
Color information
#7BFFDA (or 0x7BFFDA) is known color: Aquamarine. HEX triplet: 7B, FF and DA. RGB value is (123,255,218). Sum of RGB (Red+Green+Blue) = 123+255+218=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFDA is #840025. Grayscale: #D3D3D3. Windows color (decimal): -8650790 or 14352251. OLE color: 14352251.
HSL color Cylindrical-coordinate representation of color #7BFFDA: hue angle of 163.18º 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 #7BFFDA is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 218 | - |
| CMYK | 0.52 | 0 | 0.15 | 0 |
| HSL | 163.18º | 1% | 0.74% | - |
| HSV(B) | 163.18º | 0.52% | 1% | - |
| XYZ | 56.58 | 80.79 | 78.94 | - |
| YUV | 211.31 | 131.77 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 218 | 0.52 | 0 | 0.15 | 0 | 163.18 | 1 | 0.74 |
| Hex | 7B | FF | DA | 34 | 0 | F | 0 | A3 | 64 | 4A |
| Octal | 173 | 377 | 332 | 64 | 0 | 17 | 0 | 243 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11011010 | 110100 | 0 | 1111 | 0 | 10100011 | 1100100 | 1001010 |
Color Harmonies of #7BFFDA
Complementary color
Monochromatic Colors of #7BFFDA
Black with #7BFFDA
Text Example
Text Example
White with #7BFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFDA; }
p { color: rgb(123,255,218); }
H1.HeaderClassName
{
color: #7BFFDA;
}
.AnyTagClassName
{
color: #7BFFDA;
}
</style>
background-color css
<style>
a { background-color: #7BFFDA; }
a { background-color: rgb(123,255,218); }
div.DivClassName
{
background-color: #7BFFDA;
}
.BgClassName
{
background-color: #7BFFDA;
}
</style>
border-color css
<style>
span { border-color: #7BFFDA; }
span { border-color: rgb(123,255,218); }
td.TdClassName
{
border-color: #7BFFDA;
}
.TagClassName
{
border-color: #7BFFDA;
}
</style>