Shades of Aquamarine #7BFCDD
Tints of Aquamarine #7BFCDD
RGB
CMYK
RGB Variations
Color information
#7BFCDD (or 0x7BFCDD) is known color: Aquamarine. HEX triplet: 7B, FC and DD. RGB value is (123,252,221). Sum of RGB (Red+Green+Blue) = 123+252+221=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCDD is #840322. Grayscale: #D1D1D1. Windows color (decimal): -8651555 or 14548091. OLE color: 14548091.
HSL color Cylindrical-coordinate representation of color #7BFCDD: hue angle of 165.58º degrees, saturation: 0.96, 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 #7BFCDD is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 221 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.01 |
| HSL | 165.58º | 0.96% | 0.74% | - |
| HSV(B) | 165.58º | 0.51% | 0.99% | - |
| XYZ | 56.03 | 79.05 | 80.71 | - |
| YUV | 209.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 221 | 0.51 | 0 | 0.12 | 0.01 | 165.58 | 0.96 | 0.74 |
| Hex | 7B | FC | DD | 33 | 0 | C | 1 | A6 | 60 | 4A |
| Octal | 173 | 374 | 335 | 63 | 0 | 14 | 1 | 246 | 140 | 112 |
| Binary | 1111011 | 11111100 | 11011101 | 110011 | 0 | 1100 | 1 | 10100110 | 1100000 | 1001010 |
Color Harmonies of #7BFCDD
Complementary color
Monochromatic Colors of #7BFCDD
Black with #7BFCDD
Text Example
Text Example
White with #7BFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCDD; }
p { color: rgb(123,252,221); }
H1.HeaderClassName
{
color: #7BFCDD;
}
.AnyTagClassName
{
color: #7BFCDD;
}
</style>
background-color css
<style>
a { background-color: #7BFCDD; }
a { background-color: rgb(123,252,221); }
div.DivClassName
{
background-color: #7BFCDD;
}
.BgClassName
{
background-color: #7BFCDD;
}
</style>
border-color css
<style>
span { border-color: #7BFCDD; }
span { border-color: rgb(123,252,221); }
td.TdClassName
{
border-color: #7BFCDD;
}
.TagClassName
{
border-color: #7BFCDD;
}
</style>