Shades of Aquamarine #7BF1DF
Tints of Aquamarine #7BF1DF
RGB
CMYK
RGB Variations
Color information
#7BF1DF (or 0x7BF1DF) is known color: Aquamarine. HEX triplet: 7B, F1 and DF. RGB value is (123,241,223). Sum of RGB (Red+Green+Blue) = 123+241+223=587 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.95% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF1DF is #840E20. Grayscale: #CBCBCB. Windows color (decimal): -8654369 or 14676347. OLE color: 14676347.
HSL color Cylindrical-coordinate representation of color #7BF1DF: hue angle of 170.85º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF1DF is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 241 | 223 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.05 |
| HSL | 170.85º | 0.81% | 0.71% | - |
| HSV(B) | 170.85º | 0.49% | 0.95% | - |
| XYZ | 52.94 | 72.45 | 81.01 | - |
| YUV | 203.67 | 138.91 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 241 | 223 | 0.49 | 0 | 0.07 | 0.05 | 170.85 | 0.81 | 0.71 |
| Hex | 7B | F1 | DF | 31 | 0 | 7 | 5 | AB | 51 | 47 |
| Octal | 173 | 361 | 337 | 61 | 0 | 7 | 5 | 253 | 121 | 107 |
| Binary | 1111011 | 11110001 | 11011111 | 110001 | 0 | 111 | 101 | 10101011 | 1010001 | 1000111 |
Color Harmonies of #7BF1DF
Complementary color
Monochromatic Colors of #7BF1DF
Black with #7BF1DF
Text Example
Text Example
White with #7BF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF1DF; }
p { color: rgb(123,241,223); }
H1.HeaderClassName
{
color: #7BF1DF;
}
.AnyTagClassName
{
color: #7BF1DF;
}
</style>
background-color css
<style>
a { background-color: #7BF1DF; }
a { background-color: rgb(123,241,223); }
div.DivClassName
{
background-color: #7BF1DF;
}
.BgClassName
{
background-color: #7BF1DF;
}
</style>
border-color css
<style>
span { border-color: #7BF1DF; }
span { border-color: rgb(123,241,223); }
td.TdClassName
{
border-color: #7BF1DF;
}
.TagClassName
{
border-color: #7BF1DF;
}
</style>