Shades of Aquamarine #7CEEDF
Tints of Aquamarine #7CEEDF
RGB
CMYK
RGB Variations
Color information
#7CEEDF (or 0x7CEEDF) is known color: Aquamarine. HEX triplet: 7C, EE and DF. RGB value is (124,238,223). Sum of RGB (Red+Green+Blue) = 124+238+223=585 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.20% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEEDF is #831120. Grayscale: #CACACA. Windows color (decimal): -8589601 or 14675580. OLE color: 14675580.
HSL color Cylindrical-coordinate representation of color #7CEEDF: hue angle of 172.11º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEEDF is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 238 | 223 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.07 |
| HSL | 172.11º | 0.77% | 0.71% | - |
| HSV(B) | 172.11º | 0.48% | 0.93% | - |
| XYZ | 52.21 | 70.76 | 80.72 | - |
| YUV | 202.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 238 | 223 | 0.48 | 0 | 0.06 | 0.07 | 172.11 | 0.77 | 0.71 |
| Hex | 7C | EE | DF | 30 | 0 | 6 | 7 | AC | 4D | 47 |
| Octal | 174 | 356 | 337 | 60 | 0 | 6 | 7 | 254 | 115 | 107 |
| Binary | 1111100 | 11101110 | 11011111 | 110000 | 0 | 110 | 111 | 10101100 | 1001101 | 1000111 |
Color Harmonies of #7CEEDF
Complementary color
Monochromatic Colors of #7CEEDF
Black with #7CEEDF
Text Example
Text Example
White with #7CEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEEDF; }
p { color: rgb(124,238,223); }
H1.HeaderClassName
{
color: #7CEEDF;
}
.AnyTagClassName
{
color: #7CEEDF;
}
</style>
background-color css
<style>
a { background-color: #7CEEDF; }
a { background-color: rgb(124,238,223); }
div.DivClassName
{
background-color: #7CEEDF;
}
.BgClassName
{
background-color: #7CEEDF;
}
</style>
border-color css
<style>
span { border-color: #7CEEDF; }
span { border-color: rgb(124,238,223); }
td.TdClassName
{
border-color: #7CEEDF;
}
.TagClassName
{
border-color: #7CEEDF;
}
</style>