Shades of Aquamarine #7BFFDF
Tints of Aquamarine #7BFFDF
RGB
CMYK
RGB Variations
Color information
#7BFFDF (or 0x7BFFDF) is known color: Aquamarine. HEX triplet: 7B, FF and DF. RGB value is (123,255,223). Sum of RGB (Red+Green+Blue) = 123+255+223=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFDF is #840020. Grayscale: #D3D3D3. Windows color (decimal): -8650785 or 14679931. OLE color: 14679931.
HSL color Cylindrical-coordinate representation of color #7BFFDF: hue angle of 165.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFDF is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 223 | - |
| CMYK | 0.52 | 0 | 0.13 | 0 |
| HSL | 165.45º | 1% | 0.74% | - |
| HSV(B) | 165.45º | 0.52% | 1% | - |
| XYZ | 57.25 | 81.06 | 82.44 | - |
| YUV | 211.88 | 134.27 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 223 | 0.52 | 0 | 0.13 | 0 | 165.45 | 1 | 0.74 |
| Hex | 7B | FF | DF | 34 | 0 | D | 0 | A5 | 64 | 4A |
| Octal | 173 | 377 | 337 | 64 | 0 | 15 | 0 | 245 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11011111 | 110100 | 0 | 1101 | 0 | 10100101 | 1100100 | 1001010 |
Color Harmonies of #7BFFDF
Complementary color
Monochromatic Colors of #7BFFDF
Black with #7BFFDF
Text Example
Text Example
White with #7BFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFDF; }
p { color: rgb(123,255,223); }
H1.HeaderClassName
{
color: #7BFFDF;
}
.AnyTagClassName
{
color: #7BFFDF;
}
</style>
background-color css
<style>
a { background-color: #7BFFDF; }
a { background-color: rgb(123,255,223); }
div.DivClassName
{
background-color: #7BFFDF;
}
.BgClassName
{
background-color: #7BFFDF;
}
</style>
border-color css
<style>
span { border-color: #7BFFDF; }
span { border-color: rgb(123,255,223); }
td.TdClassName
{
border-color: #7BFFDF;
}
.TagClassName
{
border-color: #7BFFDF;
}
</style>