Shades of Aquamarine #7DFECF
Tints of Aquamarine #7DFECF
RGB
CMYK
RGB Variations
Color information
#7DFECF (or 0x7DFECF) is known color: Aquamarine. HEX triplet: 7D, FE and CF. RGB value is (125,254,207). Sum of RGB (Red+Green+Blue) = 125+254+207=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFECF is #820130. Grayscale: #D2D2D2. Windows color (decimal): -8519985 or 13631101. OLE color: 13631101.
HSL color Cylindrical-coordinate representation of color #7DFECF: hue angle of 158.14º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFECF is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 207 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.00 |
| HSL | 158.14º | 0.98% | 0.74% | - |
| HSV(B) | 158.14º | 0.51% | 1% | - |
| XYZ | 55.16 | 79.75 | 71.52 | - |
| YUV | 210.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 207 | 0.51 | 0 | 0.19 | 0.00 | 158.14 | 0.98 | 0.74 |
| Hex | 7D | FE | CF | 33 | 0 | 13 | 0 | 9E | 62 | 4A |
| Octal | 175 | 376 | 317 | 63 | 0 | 23 | 0 | 236 | 142 | 112 |
| Binary | 1111101 | 11111110 | 11001111 | 110011 | 0 | 10011 | 0 | 10011110 | 1100010 | 1001010 |
Color Harmonies of #7DFECF
Complementary color
Monochromatic Colors of #7DFECF
Black with #7DFECF
Text Example
Text Example
White with #7DFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFECF; }
p { color: rgb(125,254,207); }
H1.HeaderClassName
{
color: #7DFECF;
}
.AnyTagClassName
{
color: #7DFECF;
}
</style>
background-color css
<style>
a { background-color: #7DFECF; }
a { background-color: rgb(125,254,207); }
div.DivClassName
{
background-color: #7DFECF;
}
.BgClassName
{
background-color: #7DFECF;
}
</style>
border-color css
<style>
span { border-color: #7DFECF; }
span { border-color: rgb(125,254,207); }
td.TdClassName
{
border-color: #7DFECF;
}
.TagClassName
{
border-color: #7DFECF;
}
</style>