Shades of Aquamarine #7CF5DD
Tints of Aquamarine #7CF5DD
RGB
CMYK
RGB Variations
Color information
#7CF5DD (or 0x7CF5DD) is known color: Aquamarine. HEX triplet: 7C, F5 and DD. RGB value is (124,245,221). Sum of RGB (Red+Green+Blue) = 124+245+221=590 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.02% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF5DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF5DD is #830A22. Grayscale: #CECECE. Windows color (decimal): -8587811 or 14546300. OLE color: 14546300.
HSL color Cylindrical-coordinate representation of color #7CF5DD: hue angle of 168.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF5DD is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 221 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.04 |
| HSL | 168.1º | 0.86% | 0.72% | - |
| HSV(B) | 168.1º | 0.49% | 0.96% | - |
| XYZ | 54.02 | 74.81 | 80 | - |
| YUV | 206.09 | 136.41 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 221 | 0.49 | 0 | 0.10 | 0.04 | 168.1 | 0.86 | 0.72 |
| Hex | 7C | F5 | DD | 31 | 0 | A | 4 | A8 | 56 | 48 |
| Octal | 174 | 365 | 335 | 61 | 0 | 12 | 4 | 250 | 126 | 110 |
| Binary | 1111100 | 11110101 | 11011101 | 110001 | 0 | 1010 | 100 | 10101000 | 1010110 | 1001000 |
Color Harmonies of #7CF5DD
Complementary color
Monochromatic Colors of #7CF5DD
Black with #7CF5DD
Text Example
Text Example
White with #7CF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF5DD; }
p { color: rgb(124,245,221); }
H1.HeaderClassName
{
color: #7CF5DD;
}
.AnyTagClassName
{
color: #7CF5DD;
}
</style>
background-color css
<style>
a { background-color: #7CF5DD; }
a { background-color: rgb(124,245,221); }
div.DivClassName
{
background-color: #7CF5DD;
}
.BgClassName
{
background-color: #7CF5DD;
}
</style>
border-color css
<style>
span { border-color: #7CF5DD; }
span { border-color: rgb(124,245,221); }
td.TdClassName
{
border-color: #7CF5DD;
}
.TagClassName
{
border-color: #7CF5DD;
}
</style>