Shades of Aquamarine #7BFDDD
Tints of Aquamarine #7BFDDD
RGB
CMYK
RGB Variations
Color information
#7BFDDD (or 0x7BFDDD) is known color: Aquamarine. HEX triplet: 7B, FD and DD. RGB value is (123,253,221). Sum of RGB (Red+Green+Blue) = 123+253+221=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFDDD is #840222. Grayscale: #D2D2D2. Windows color (decimal): -8651299 or 14548347. OLE color: 14548347.
HSL color Cylindrical-coordinate representation of color #7BFDDD: hue angle of 165.23º 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 #7BFDDD is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 221 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.01 |
| HSL | 165.23º | 0.97% | 0.74% | - |
| HSV(B) | 165.23º | 0.51% | 0.99% | - |
| XYZ | 56.34 | 79.68 | 80.82 | - |
| YUV | 210.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 221 | 0.51 | 0 | 0.13 | 0.01 | 165.23 | 0.97 | 0.74 |
| Hex | 7B | FD | DD | 33 | 0 | D | 1 | A5 | 61 | 4A |
| Octal | 173 | 375 | 335 | 63 | 0 | 15 | 1 | 245 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11011101 | 110011 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001010 |
Color Harmonies of #7BFDDD
Complementary color
Monochromatic Colors of #7BFDDD
Black with #7BFDDD
Text Example
Text Example
White with #7BFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDDD; }
p { color: rgb(123,253,221); }
H1.HeaderClassName
{
color: #7BFDDD;
}
.AnyTagClassName
{
color: #7BFDDD;
}
</style>
background-color css
<style>
a { background-color: #7BFDDD; }
a { background-color: rgb(123,253,221); }
div.DivClassName
{
background-color: #7BFDDD;
}
.BgClassName
{
background-color: #7BFDDD;
}
</style>
border-color css
<style>
span { border-color: #7BFDDD; }
span { border-color: rgb(123,253,221); }
td.TdClassName
{
border-color: #7BFDDD;
}
.TagClassName
{
border-color: #7BFDDD;
}
</style>