Shades of Aquamarine #7BF8DC
Tints of Aquamarine #7BF8DC
RGB
CMYK
RGB Variations
Color information
#7BF8DC (or 0x7BF8DC) is known color: Aquamarine. HEX triplet: 7B, F8 and DC. RGB value is (123,248,220). Sum of RGB (Red+Green+Blue) = 123+248+220=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #7BF8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF8DC is #840723. Grayscale: #CFCFCF. Windows color (decimal): -8652580 or 14481531. OLE color: 14481531.
HSL color Cylindrical-coordinate representation of color #7BF8DC: hue angle of 166.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF8DC is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 248 | 220 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.03 |
| HSL | 166.56º | 0.9% | 0.73% | - |
| HSV(B) | 166.56º | 0.5% | 0.97% | - |
| XYZ | 54.65 | 76.51 | 79.6 | - |
| YUV | 207.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 248 | 220 | 0.50 | 0 | 0.11 | 0.03 | 166.56 | 0.9 | 0.73 |
| Hex | 7B | F8 | DC | 32 | 0 | B | 3 | A7 | 5A | 49 |
| Octal | 173 | 370 | 334 | 62 | 0 | 13 | 3 | 247 | 132 | 111 |
| Binary | 1111011 | 11111000 | 11011100 | 110010 | 0 | 1011 | 11 | 10100111 | 1011010 | 1001001 |
Color Harmonies of #7BF8DC
Complementary color
Monochromatic Colors of #7BF8DC
Black with #7BF8DC
Text Example
Text Example
White with #7BF8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF8DC; }
p { color: rgb(123,248,220); }
H1.HeaderClassName
{
color: #7BF8DC;
}
.AnyTagClassName
{
color: #7BF8DC;
}
</style>
background-color css
<style>
a { background-color: #7BF8DC; }
a { background-color: rgb(123,248,220); }
div.DivClassName
{
background-color: #7BF8DC;
}
.BgClassName
{
background-color: #7BF8DC;
}
</style>
border-color css
<style>
span { border-color: #7BF8DC; }
span { border-color: rgb(123,248,220); }
td.TdClassName
{
border-color: #7BF8DC;
}
.TagClassName
{
border-color: #7BF8DC;
}
</style>