Shades of Aquamarine #7CFDDB
Tints of Aquamarine #7CFDDB
RGB
CMYK
RGB Variations
Color information
#7CFDDB (or 0x7CFDDB) is known color: Aquamarine. HEX triplet: 7C, FD and DB. RGB value is (124,253,219). Sum of RGB (Red+Green+Blue) = 124+253+219=596 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.81% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFDDB is #830224. Grayscale: #D2D2D2. Windows color (decimal): -8585765 or 14417276. OLE color: 14417276.
HSL color Cylindrical-coordinate representation of color #7CFDDB: hue angle of 164.19º degrees, saturation: 0.97, 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 #7CFDDB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 253 | 219 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.01 |
| HSL | 164.19º | 0.97% | 0.74% | - |
| HSV(B) | 164.19º | 0.51% | 0.99% | - |
| XYZ | 56.22 | 79.65 | 79.43 | - |
| YUV | 210.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 253 | 219 | 0.51 | 0 | 0.13 | 0.01 | 164.19 | 0.97 | 0.74 |
| Hex | 7C | FD | DB | 33 | 0 | D | 1 | A4 | 61 | 4A |
| Octal | 174 | 375 | 333 | 63 | 0 | 15 | 1 | 244 | 141 | 112 |
| Binary | 1111100 | 11111101 | 11011011 | 110011 | 0 | 1101 | 1 | 10100100 | 1100001 | 1001010 |
Color Harmonies of #7CFDDB
Complementary color
Monochromatic Colors of #7CFDDB
Black with #7CFDDB
Text Example
Text Example
White with #7CFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFDDB; }
p { color: rgb(124,253,219); }
H1.HeaderClassName
{
color: #7CFDDB;
}
.AnyTagClassName
{
color: #7CFDDB;
}
</style>
background-color css
<style>
a { background-color: #7CFDDB; }
a { background-color: rgb(124,253,219); }
div.DivClassName
{
background-color: #7CFDDB;
}
.BgClassName
{
background-color: #7CFDDB;
}
</style>
border-color css
<style>
span { border-color: #7CFDDB; }
span { border-color: rgb(124,253,219); }
td.TdClassName
{
border-color: #7CFDDB;
}
.TagClassName
{
border-color: #7CFDDB;
}
</style>