Shades of Aquamarine #7BFFD3
Tints of Aquamarine #7BFFD3
RGB
CMYK
RGB Variations
Color information
#7BFFD3 (or 0x7BFFD3) is known color: Aquamarine. HEX triplet: 7B, FF and D3. RGB value is (123,255,211). Sum of RGB (Red+Green+Blue) = 123+255+211=589 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.88% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFD3 is #84002C. Grayscale: #D2D2D2. Windows color (decimal): -8650797 or 13893499. OLE color: 13893499.
HSL color Cylindrical-coordinate representation of color #7BFFD3: hue angle of 160º 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 #7BFFD3 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 211 | - |
| CMYK | 0.52 | 0 | 0.17 | 0 |
| HSL | 160º | 1% | 0.74% | - |
| HSV(B) | 160º | 0.52% | 1% | - |
| XYZ | 55.69 | 80.43 | 74.22 | - |
| YUV | 210.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 211 | 0.52 | 0 | 0.17 | 0 | 160 | 1 | 0.74 |
| Hex | 7B | FF | D3 | 34 | 0 | 11 | 0 | A0 | 64 | 4A |
| Octal | 173 | 377 | 323 | 64 | 0 | 21 | 0 | 240 | 144 | 112 |
| Binary | 1111011 | 11111111 | 11010011 | 110100 | 0 | 10001 | 0 | 10100000 | 1100100 | 1001010 |
Color Harmonies of #7BFFD3
Complementary color
Monochromatic Colors of #7BFFD3
Black with #7BFFD3
Text Example
Text Example
White with #7BFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFD3; }
p { color: rgb(123,255,211); }
H1.HeaderClassName
{
color: #7BFFD3;
}
.AnyTagClassName
{
color: #7BFFD3;
}
</style>
background-color css
<style>
a { background-color: #7BFFD3; }
a { background-color: rgb(123,255,211); }
div.DivClassName
{
background-color: #7BFFD3;
}
.BgClassName
{
background-color: #7BFFD3;
}
</style>
border-color css
<style>
span { border-color: #7BFFD3; }
span { border-color: rgb(123,255,211); }
td.TdClassName
{
border-color: #7BFFD3;
}
.TagClassName
{
border-color: #7BFFD3;
}
</style>