Shades of Aquamarine #7BFDDF
Tints of Aquamarine #7BFDDF
RGB
CMYK
RGB Variations
Color information
#7BFDDF (or 0x7BFDDF) is known color: Aquamarine. HEX triplet: 7B, FD and DF. RGB value is (123,253,223). Sum of RGB (Red+Green+Blue) = 123+253+223=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFDDF is #840220. Grayscale: #D2D2D2. Windows color (decimal): -8651297 or 14679419. OLE color: 14679419.
HSL color Cylindrical-coordinate representation of color #7BFDDF: hue angle of 166.15º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFDDF is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 223 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.01 |
| HSL | 166.15º | 0.97% | 0.74% | - |
| HSV(B) | 166.15º | 0.51% | 0.99% | - |
| XYZ | 56.61 | 79.79 | 82.23 | - |
| YUV | 210.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 223 | 0.51 | 0 | 0.12 | 0.01 | 166.15 | 0.97 | 0.74 |
| Hex | 7B | FD | DF | 33 | 0 | C | 1 | A6 | 61 | 4A |
| Octal | 173 | 375 | 337 | 63 | 0 | 14 | 1 | 246 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11011111 | 110011 | 0 | 1100 | 1 | 10100110 | 1100001 | 1001010 |
Color Harmonies of #7BFDDF
Complementary color
Monochromatic Colors of #7BFDDF
Black with #7BFDDF
Text Example
Text Example
White with #7BFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDDF; }
p { color: rgb(123,253,223); }
H1.HeaderClassName
{
color: #7BFDDF;
}
.AnyTagClassName
{
color: #7BFDDF;
}
</style>
background-color css
<style>
a { background-color: #7BFDDF; }
a { background-color: rgb(123,253,223); }
div.DivClassName
{
background-color: #7BFDDF;
}
.BgClassName
{
background-color: #7BFDDF;
}
</style>
border-color css
<style>
span { border-color: #7BFDDF; }
span { border-color: rgb(123,253,223); }
td.TdClassName
{
border-color: #7BFDDF;
}
.TagClassName
{
border-color: #7BFDDF;
}
</style>