Shades of Aquamarine #7BF0DF
Tints of Aquamarine #7BF0DF
RGB
CMYK
RGB Variations
Color information
#7BF0DF (or 0x7BF0DF) is known color: Aquamarine. HEX triplet: 7B, F0 and DF. RGB value is (123,240,223). Sum of RGB (Red+Green+Blue) = 123+240+223=586 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.99% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF0DF is #840F20. Grayscale: #CBCBCB. Windows color (decimal): -8654625 or 14676091. OLE color: 14676091.
HSL color Cylindrical-coordinate representation of color #7BF0DF: hue angle of 171.28º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF0DF is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 240 | 223 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.06 |
| HSL | 171.28º | 0.8% | 0.71% | - |
| HSV(B) | 171.28º | 0.49% | 0.94% | - |
| XYZ | 52.65 | 71.86 | 80.91 | - |
| YUV | 203.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 240 | 223 | 0.49 | 0 | 0.07 | 0.06 | 171.28 | 0.8 | 0.71 |
| Hex | 7B | F0 | DF | 31 | 0 | 7 | 6 | AB | 50 | 47 |
| Octal | 173 | 360 | 337 | 61 | 0 | 7 | 6 | 253 | 120 | 107 |
| Binary | 1111011 | 11110000 | 11011111 | 110001 | 0 | 111 | 110 | 10101011 | 1010000 | 1000111 |
Color Harmonies of #7BF0DF
Complementary color
Monochromatic Colors of #7BF0DF
Black with #7BF0DF
Text Example
Text Example
White with #7BF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF0DF; }
p { color: rgb(123,240,223); }
H1.HeaderClassName
{
color: #7BF0DF;
}
.AnyTagClassName
{
color: #7BF0DF;
}
</style>
background-color css
<style>
a { background-color: #7BF0DF; }
a { background-color: rgb(123,240,223); }
div.DivClassName
{
background-color: #7BF0DF;
}
.BgClassName
{
background-color: #7BF0DF;
}
</style>
border-color css
<style>
span { border-color: #7BF0DF; }
span { border-color: rgb(123,240,223); }
td.TdClassName
{
border-color: #7BF0DF;
}
.TagClassName
{
border-color: #7BF0DF;
}
</style>