Shades of Aquamarine #7BFEDD
Tints of Aquamarine #7BFEDD
RGB
CMYK
RGB Variations
Color information
#7BFEDD (or 0x7BFEDD) is known color: Aquamarine. HEX triplet: 7B, FE and DD. RGB value is (123,254,221). Sum of RGB (Red+Green+Blue) = 123+254+221=598 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.57% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEDD is #840122. Grayscale: #D3D3D3. Windows color (decimal): -8651043 or 14548603. OLE color: 14548603.
HSL color Cylindrical-coordinate representation of color #7BFEDD: hue angle of 164.89º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEDD is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 221 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.00 |
| HSL | 164.89º | 0.98% | 0.74% | - |
| HSV(B) | 164.89º | 0.52% | 1% | - |
| XYZ | 56.66 | 80.32 | 80.92 | - |
| YUV | 211.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 221 | 0.52 | 0 | 0.13 | 0.00 | 164.89 | 0.98 | 0.74 |
| Hex | 7B | FE | DD | 34 | 0 | D | 0 | A5 | 62 | 4A |
| Octal | 173 | 376 | 335 | 64 | 0 | 15 | 0 | 245 | 142 | 112 |
| Binary | 1111011 | 11111110 | 11011101 | 110100 | 0 | 1101 | 0 | 10100101 | 1100010 | 1001010 |
Color Harmonies of #7BFEDD
Complementary color
Monochromatic Colors of #7BFEDD
Black with #7BFEDD
Text Example
Text Example
White with #7BFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEDD; }
p { color: rgb(123,254,221); }
H1.HeaderClassName
{
color: #7BFEDD;
}
.AnyTagClassName
{
color: #7BFEDD;
}
</style>
background-color css
<style>
a { background-color: #7BFEDD; }
a { background-color: rgb(123,254,221); }
div.DivClassName
{
background-color: #7BFEDD;
}
.BgClassName
{
background-color: #7BFEDD;
}
</style>
border-color css
<style>
span { border-color: #7BFEDD; }
span { border-color: rgb(123,254,221); }
td.TdClassName
{
border-color: #7BFEDD;
}
.TagClassName
{
border-color: #7BFEDD;
}
</style>