Shades of Aquamarine #7BF9DF
Tints of Aquamarine #7BF9DF
RGB
CMYK
RGB Variations
Color information
#7BF9DF (or 0x7BF9DF) is known color: Aquamarine. HEX triplet: 7B, F9 and DF. RGB value is (123,249,223). Sum of RGB (Red+Green+Blue) = 123+249+223=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #7BF9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF9DF is #840620. Grayscale: #D0D0D0. Windows color (decimal): -8652321 or 14678395. OLE color: 14678395.
HSL color Cylindrical-coordinate representation of color #7BF9DF: hue angle of 167.62º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BF9DF is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 249 | 223 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.02 |
| HSL | 167.62º | 0.91% | 0.73% | - |
| HSV(B) | 167.62º | 0.51% | 0.98% | - |
| XYZ | 55.36 | 77.29 | 81.81 | - |
| YUV | 208.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 249 | 223 | 0.51 | 0 | 0.10 | 0.02 | 167.62 | 0.91 | 0.73 |
| Hex | 7B | F9 | DF | 33 | 0 | A | 2 | A8 | 5B | 49 |
| Octal | 173 | 371 | 337 | 63 | 0 | 12 | 2 | 250 | 133 | 111 |
| Binary | 1111011 | 11111001 | 11011111 | 110011 | 0 | 1010 | 10 | 10101000 | 1011011 | 1001001 |
Color Harmonies of #7BF9DF
Complementary color
Monochromatic Colors of #7BF9DF
Black with #7BF9DF
Text Example
Text Example
White with #7BF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF9DF; }
p { color: rgb(123,249,223); }
H1.HeaderClassName
{
color: #7BF9DF;
}
.AnyTagClassName
{
color: #7BF9DF;
}
</style>
background-color css
<style>
a { background-color: #7BF9DF; }
a { background-color: rgb(123,249,223); }
div.DivClassName
{
background-color: #7BF9DF;
}
.BgClassName
{
background-color: #7BF9DF;
}
</style>
border-color css
<style>
span { border-color: #7BF9DF; }
span { border-color: rgb(123,249,223); }
td.TdClassName
{
border-color: #7BF9DF;
}
.TagClassName
{
border-color: #7BF9DF;
}
</style>