Shades of Aquamarine #7DEFC9
Tints of Aquamarine #7DEFC9
RGB
CMYK
RGB Variations
Color information
#7DEFC9 (or 0x7DEFC9) is known color: Aquamarine. HEX triplet: 7D, EF and C9. RGB value is (125,239,201). Sum of RGB (Red+Green+Blue) = 125+239+201=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFC9 is #821036. Grayscale: #C8C8C8. Windows color (decimal): -8523831 or 13234045. OLE color: 13234045.
HSL color Cylindrical-coordinate representation of color #7DEFC9: hue angle of 160º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFC9 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 239 | 201 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.06 |
| HSL | 160º | 0.78% | 0.71% | - |
| HSV(B) | 160º | 0.48% | 0.94% | - |
| XYZ | 49.87 | 70.31 | 66.2 | - |
| YUV | 200.58 | 128.23 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 201 | 0.48 | 0 | 0.16 | 0.06 | 160 | 0.78 | 0.71 |
| Hex | 7D | EF | C9 | 30 | 0 | 10 | 6 | A0 | 4E | 47 |
| Octal | 175 | 357 | 311 | 60 | 0 | 20 | 6 | 240 | 116 | 107 |
| Binary | 1111101 | 11101111 | 11001001 | 110000 | 0 | 10000 | 110 | 10100000 | 1001110 | 1000111 |
Color Harmonies of #7DEFC9
Complementary color
Monochromatic Colors of #7DEFC9
Black with #7DEFC9
Text Example
Text Example
White with #7DEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEFC9; }
p { color: rgb(125,239,201); }
H1.HeaderClassName
{
color: #7DEFC9;
}
.AnyTagClassName
{
color: #7DEFC9;
}
</style>
background-color css
<style>
a { background-color: #7DEFC9; }
a { background-color: rgb(125,239,201); }
div.DivClassName
{
background-color: #7DEFC9;
}
.BgClassName
{
background-color: #7DEFC9;
}
</style>
border-color css
<style>
span { border-color: #7DEFC9; }
span { border-color: rgb(125,239,201); }
td.TdClassName
{
border-color: #7DEFC9;
}
.TagClassName
{
border-color: #7DEFC9;
}
</style>