Shades of Aquamarine #7CF1DF
Tints of Aquamarine #7CF1DF
RGB
CMYK
RGB Variations
Color information
#7CF1DF (or 0x7CF1DF) is known color: Aquamarine. HEX triplet: 7C, F1 and DF. RGB value is (124,241,223). Sum of RGB (Red+Green+Blue) = 124+241+223=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF1DF is #830E20. Grayscale: #CBCBCB. Windows color (decimal): -8588833 or 14676348. OLE color: 14676348.
HSL color Cylindrical-coordinate representation of color #7CF1DF: hue angle of 170.77º 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 #7CF1DF is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 223 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.05 |
| HSL | 170.77º | 0.81% | 0.72% | - |
| HSV(B) | 170.77º | 0.49% | 0.95% | - |
| XYZ | 53.09 | 72.52 | 81.01 | - |
| YUV | 203.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 223 | 0.49 | 0 | 0.07 | 0.05 | 170.77 | 0.81 | 0.72 |
| Hex | 7C | F1 | DF | 31 | 0 | 7 | 5 | AB | 51 | 48 |
| Octal | 174 | 361 | 337 | 61 | 0 | 7 | 5 | 253 | 121 | 110 |
| Binary | 1111100 | 11110001 | 11011111 | 110001 | 0 | 111 | 101 | 10101011 | 1010001 | 1001000 |
Color Harmonies of #7CF1DF
Complementary color
Monochromatic Colors of #7CF1DF
Black with #7CF1DF
Text Example
Text Example
White with #7CF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF1DF; }
p { color: rgb(124,241,223); }
H1.HeaderClassName
{
color: #7CF1DF;
}
.AnyTagClassName
{
color: #7CF1DF;
}
</style>
background-color css
<style>
a { background-color: #7CF1DF; }
a { background-color: rgb(124,241,223); }
div.DivClassName
{
background-color: #7CF1DF;
}
.BgClassName
{
background-color: #7CF1DF;
}
</style>
border-color css
<style>
span { border-color: #7CF1DF; }
span { border-color: rgb(124,241,223); }
td.TdClassName
{
border-color: #7CF1DF;
}
.TagClassName
{
border-color: #7CF1DF;
}
</style>