Shades of Aquamarine #7BFDCE
Tints of Aquamarine #7BFDCE
RGB
CMYK
RGB Variations
Color information
#7BFDCE (or 0x7BFDCE) is known color: Aquamarine. HEX triplet: 7B, FD and CE. RGB value is (123,253,206). Sum of RGB (Red+Green+Blue) = 123+253+206=582 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.13% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFDCE is #840231. Grayscale: #D0D0D0. Windows color (decimal): -8651314 or 13565307. OLE color: 13565307.
HSL color Cylindrical-coordinate representation of color #7BFDCE: hue angle of 158.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFDCE is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 206 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.01 |
| HSL | 158.31º | 0.97% | 0.74% | - |
| HSV(B) | 158.31º | 0.51% | 0.99% | - |
| XYZ | 54.43 | 78.92 | 70.76 | - |
| YUV | 208.77 | 126.43 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 206 | 0.51 | 0 | 0.19 | 0.01 | 158.31 | 0.97 | 0.74 |
| Hex | 7B | FD | CE | 33 | 0 | 13 | 1 | 9E | 61 | 4A |
| Octal | 173 | 375 | 316 | 63 | 0 | 23 | 1 | 236 | 141 | 112 |
| Binary | 1111011 | 11111101 | 11001110 | 110011 | 0 | 10011 | 1 | 10011110 | 1100001 | 1001010 |
Color Harmonies of #7BFDCE
Complementary color
Monochromatic Colors of #7BFDCE
Black with #7BFDCE
Text Example
Text Example
White with #7BFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDCE; }
p { color: rgb(123,253,206); }
H1.HeaderClassName
{
color: #7BFDCE;
}
.AnyTagClassName
{
color: #7BFDCE;
}
</style>
background-color css
<style>
a { background-color: #7BFDCE; }
a { background-color: rgb(123,253,206); }
div.DivClassName
{
background-color: #7BFDCE;
}
.BgClassName
{
background-color: #7BFDCE;
}
</style>
border-color css
<style>
span { border-color: #7BFDCE; }
span { border-color: rgb(123,253,206); }
td.TdClassName
{
border-color: #7BFDCE;
}
.TagClassName
{
border-color: #7BFDCE;
}
</style>