Shades of Aquamarine #7DEFCA
Tints of Aquamarine #7DEFCA
RGB
CMYK
RGB Variations
Color information
#7DEFCA (or 0x7DEFCA) is known color: Aquamarine. HEX triplet: 7D, EF and CA. RGB value is (125,239,202). Sum of RGB (Red+Green+Blue) = 125+239+202=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFCA is #821035. Grayscale: #C8C8C8. Windows color (decimal): -8523830 or 13299581. OLE color: 13299581.
HSL color Cylindrical-coordinate representation of color #7DEFCA: hue angle of 160.53º 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 #7DEFCA is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 239 | 202 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.06 |
| HSL | 160.53º | 0.78% | 0.71% | - |
| HSV(B) | 160.53º | 0.48% | 0.94% | - |
| XYZ | 49.98 | 70.36 | 66.82 | - |
| YUV | 200.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 202 | 0.48 | 0 | 0.15 | 0.06 | 160.53 | 0.78 | 0.71 |
| Hex | 7D | EF | CA | 30 | 0 | F | 6 | A1 | 4E | 47 |
| Octal | 175 | 357 | 312 | 60 | 0 | 17 | 6 | 241 | 116 | 107 |
| Binary | 1111101 | 11101111 | 11001010 | 110000 | 0 | 1111 | 110 | 10100001 | 1001110 | 1000111 |
Color Harmonies of #7DEFCA
Complementary color
Monochromatic Colors of #7DEFCA
Black with #7DEFCA
Text Example
Text Example
White with #7DEFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEFCA; }
p { color: rgb(125,239,202); }
H1.HeaderClassName
{
color: #7DEFCA;
}
.AnyTagClassName
{
color: #7DEFCA;
}
</style>
background-color css
<style>
a { background-color: #7DEFCA; }
a { background-color: rgb(125,239,202); }
div.DivClassName
{
background-color: #7DEFCA;
}
.BgClassName
{
background-color: #7DEFCA;
}
</style>
border-color css
<style>
span { border-color: #7DEFCA; }
span { border-color: rgb(125,239,202); }
td.TdClassName
{
border-color: #7DEFCA;
}
.TagClassName
{
border-color: #7DEFCA;
}
</style>