Shades of Aquamarine #7CEDCA
Tints of Aquamarine #7CEDCA
RGB
CMYK
RGB Variations
Color information
#7CEDCA (or 0x7CEDCA) is known color: Aquamarine. HEX triplet: 7C, ED and CA. RGB value is (124,237,202). Sum of RGB (Red+Green+Blue) = 124+237+202=563 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.02% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDCA is #831235. Grayscale: #C7C7C7. Windows color (decimal): -8589878 or 13299068. OLE color: 13299068.
HSL color Cylindrical-coordinate representation of color #7CEDCA: hue angle of 161.42º degrees, saturation: 0.76, 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 #7CEDCA is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 202 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.07 |
| HSL | 161.42º | 0.76% | 0.71% | - |
| HSV(B) | 161.42º | 0.48% | 0.93% | - |
| XYZ | 49.26 | 69.12 | 66.62 | - |
| YUV | 199.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 202 | 0.48 | 0 | 0.15 | 0.07 | 161.42 | 0.76 | 0.71 |
| Hex | 7C | ED | CA | 30 | 0 | F | 7 | A1 | 4C | 47 |
| Octal | 174 | 355 | 312 | 60 | 0 | 17 | 7 | 241 | 114 | 107 |
| Binary | 1111100 | 11101101 | 11001010 | 110000 | 0 | 1111 | 111 | 10100001 | 1001100 | 1000111 |
Color Harmonies of #7CEDCA
Complementary color
Monochromatic Colors of #7CEDCA
Black with #7CEDCA
Text Example
Text Example
White with #7CEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEDCA; }
p { color: rgb(124,237,202); }
H1.HeaderClassName
{
color: #7CEDCA;
}
.AnyTagClassName
{
color: #7CEDCA;
}
</style>
background-color css
<style>
a { background-color: #7CEDCA; }
a { background-color: rgb(124,237,202); }
div.DivClassName
{
background-color: #7CEDCA;
}
.BgClassName
{
background-color: #7CEDCA;
}
</style>
border-color css
<style>
span { border-color: #7CEDCA; }
span { border-color: rgb(124,237,202); }
td.TdClassName
{
border-color: #7CEDCA;
}
.TagClassName
{
border-color: #7CEDCA;
}
</style>