Shades of Aquamarine #7BFACD
Tints of Aquamarine #7BFACD
RGB
CMYK
RGB Variations
Color information
#7BFACD (or 0x7BFACD) is known color: Aquamarine. HEX triplet: 7B, FA and CD. RGB value is (123,250,205). Sum of RGB (Red+Green+Blue) = 123+250+205=578 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.28% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFACD is #840532. Grayscale: #CECECE. Windows color (decimal): -8652083 or 13499003. OLE color: 13499003.
HSL color Cylindrical-coordinate representation of color #7BFACD: hue angle of 158.74º degrees, saturation: 0.93, 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 #7BFACD is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 205 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.02 |
| HSL | 158.74º | 0.93% | 0.73% | - |
| HSV(B) | 158.74º | 0.51% | 0.98% | - |
| XYZ | 53.37 | 76.99 | 69.81 | - |
| YUV | 206.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 205 | 0.51 | 0 | 0.18 | 0.02 | 158.74 | 0.93 | 0.73 |
| Hex | 7B | FA | CD | 33 | 0 | 12 | 2 | 9F | 5D | 49 |
| Octal | 173 | 372 | 315 | 63 | 0 | 22 | 2 | 237 | 135 | 111 |
| Binary | 1111011 | 11111010 | 11001101 | 110011 | 0 | 10010 | 10 | 10011111 | 1011101 | 1001001 |
Color Harmonies of #7BFACD
Complementary color
Monochromatic Colors of #7BFACD
Black with #7BFACD
Text Example
Text Example
White with #7BFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFACD; }
p { color: rgb(123,250,205); }
H1.HeaderClassName
{
color: #7BFACD;
}
.AnyTagClassName
{
color: #7BFACD;
}
</style>
background-color css
<style>
a { background-color: #7BFACD; }
a { background-color: rgb(123,250,205); }
div.DivClassName
{
background-color: #7BFACD;
}
.BgClassName
{
background-color: #7BFACD;
}
</style>
border-color css
<style>
span { border-color: #7BFACD; }
span { border-color: rgb(123,250,205); }
td.TdClassName
{
border-color: #7BFACD;
}
.TagClassName
{
border-color: #7BFACD;
}
</style>