Shades of Aquamarine #7BF7DF
Tints of Aquamarine #7BF7DF
RGB
CMYK
RGB Variations
Color information
#7BF7DF (or 0x7BF7DF) is known color: Aquamarine. HEX triplet: 7B, F7 and DF. RGB value is (123,247,223). Sum of RGB (Red+Green+Blue) = 123+247+223=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #7BF7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF7DF is #840820. Grayscale: #CFCFCF. Windows color (decimal): -8652833 or 14677883. OLE color: 14677883.
HSL color Cylindrical-coordinate representation of color #7BF7DF: hue angle of 168.39º degrees, saturation: 0.89, 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 #7BF7DF is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 247 | 223 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.03 |
| HSL | 168.39º | 0.89% | 0.73% | - |
| HSV(B) | 168.39º | 0.5% | 0.97% | - |
| XYZ | 54.75 | 76.06 | 81.61 | - |
| YUV | 207.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 247 | 223 | 0.50 | 0 | 0.10 | 0.03 | 168.39 | 0.89 | 0.73 |
| Hex | 7B | F7 | DF | 32 | 0 | A | 3 | A8 | 59 | 49 |
| Octal | 173 | 367 | 337 | 62 | 0 | 12 | 3 | 250 | 131 | 111 |
| Binary | 1111011 | 11110111 | 11011111 | 110010 | 0 | 1010 | 11 | 10101000 | 1011001 | 1001001 |
Color Harmonies of #7BF7DF
Complementary color
Monochromatic Colors of #7BF7DF
Black with #7BF7DF
Text Example
Text Example
White with #7BF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF7DF; }
p { color: rgb(123,247,223); }
H1.HeaderClassName
{
color: #7BF7DF;
}
.AnyTagClassName
{
color: #7BF7DF;
}
</style>
background-color css
<style>
a { background-color: #7BF7DF; }
a { background-color: rgb(123,247,223); }
div.DivClassName
{
background-color: #7BF7DF;
}
.BgClassName
{
background-color: #7BF7DF;
}
</style>
border-color css
<style>
span { border-color: #7BF7DF; }
span { border-color: rgb(123,247,223); }
td.TdClassName
{
border-color: #7BF7DF;
}
.TagClassName
{
border-color: #7BF7DF;
}
</style>