Shades of Aquamarine #7CF1DA
Tints of Aquamarine #7CF1DA
RGB
CMYK
RGB Variations
Color information
#7CF1DA (or 0x7CF1DA) is known color: Aquamarine. HEX triplet: 7C, F1 and DA. RGB value is (124,241,218). Sum of RGB (Red+Green+Blue) = 124+241+218=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF1DA is #830E25. Grayscale: #CBCBCB. Windows color (decimal): -8588838 or 14348668. OLE color: 14348668.
HSL color Cylindrical-coordinate representation of color #7CF1DA: hue angle of 168.21º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF1DA is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 218 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.05 |
| HSL | 168.21º | 0.81% | 0.72% | - |
| HSV(B) | 168.21º | 0.49% | 0.95% | - |
| XYZ | 52.42 | 72.26 | 77.51 | - |
| YUV | 203.4 | 136.24 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 218 | 0.49 | 0 | 0.10 | 0.05 | 168.21 | 0.81 | 0.72 |
| Hex | 7C | F1 | DA | 31 | 0 | A | 5 | A8 | 51 | 48 |
| Octal | 174 | 361 | 332 | 61 | 0 | 12 | 5 | 250 | 121 | 110 |
| Binary | 1111100 | 11110001 | 11011010 | 110001 | 0 | 1010 | 101 | 10101000 | 1010001 | 1001000 |
Color Harmonies of #7CF1DA
Complementary color
Monochromatic Colors of #7CF1DA
Black with #7CF1DA
Text Example
Text Example
White with #7CF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF1DA; }
p { color: rgb(124,241,218); }
H1.HeaderClassName
{
color: #7CF1DA;
}
.AnyTagClassName
{
color: #7CF1DA;
}
</style>
background-color css
<style>
a { background-color: #7CF1DA; }
a { background-color: rgb(124,241,218); }
div.DivClassName
{
background-color: #7CF1DA;
}
.BgClassName
{
background-color: #7CF1DA;
}
</style>
border-color css
<style>
span { border-color: #7CF1DA; }
span { border-color: rgb(124,241,218); }
td.TdClassName
{
border-color: #7CF1DA;
}
.TagClassName
{
border-color: #7CF1DA;
}
</style>