Shades of Aquamarine #7DEFC8
Tints of Aquamarine #7DEFC8
RGB
CMYK
RGB Variations
Color information
#7DEFC8 (or 0x7DEFC8) is known color: Aquamarine. HEX triplet: 7D, EF and C8. RGB value is (125,239,200). Sum of RGB (Red+Green+Blue) = 125+239+200=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFC8 is #821037. Grayscale: #C8C8C8. Windows color (decimal): -8523832 or 13168509. OLE color: 13168509.
HSL color Cylindrical-coordinate representation of color #7DEFC8: hue angle of 159.47º 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 #7DEFC8 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 239 | 200 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.06 |
| HSL | 159.47º | 0.78% | 0.71% | - |
| HSV(B) | 159.47º | 0.48% | 0.94% | - |
| XYZ | 49.75 | 70.26 | 65.58 | - |
| YUV | 200.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 200 | 0.48 | 0 | 0.16 | 0.06 | 159.47 | 0.78 | 0.71 |
| Hex | 7D | EF | C8 | 30 | 0 | 10 | 6 | 9F | 4E | 47 |
| Octal | 175 | 357 | 310 | 60 | 0 | 20 | 6 | 237 | 116 | 107 |
| Binary | 1111101 | 11101111 | 11001000 | 110000 | 0 | 10000 | 110 | 10011111 | 1001110 | 1000111 |
Color Harmonies of #7DEFC8
Complementary color
Monochromatic Colors of #7DEFC8
Black with #7DEFC8
Text Example
Text Example
White with #7DEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEFC8; }
p { color: rgb(125,239,200); }
H1.HeaderClassName
{
color: #7DEFC8;
}
.AnyTagClassName
{
color: #7DEFC8;
}
</style>
background-color css
<style>
a { background-color: #7DEFC8; }
a { background-color: rgb(125,239,200); }
div.DivClassName
{
background-color: #7DEFC8;
}
.BgClassName
{
background-color: #7DEFC8;
}
</style>
border-color css
<style>
span { border-color: #7DEFC8; }
span { border-color: rgb(125,239,200); }
td.TdClassName
{
border-color: #7DEFC8;
}
.TagClassName
{
border-color: #7DEFC8;
}
</style>