Shades of Aquamarine #7DF2DF
Tints of Aquamarine #7DF2DF
RGB
CMYK
RGB Variations
Color information
#7DF2DF (or 0x7DF2DF) is known color: Aquamarine. HEX triplet: 7D, F2 and DF. RGB value is (125,242,223). Sum of RGB (Red+Green+Blue) = 125+242+223=590 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.19% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2DF is #820D20. Grayscale: #CCCCCC. Windows color (decimal): -8523041 or 14676605. OLE color: 14676605.
HSL color Cylindrical-coordinate representation of color #7DF2DF: hue angle of 170.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2DF is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 223 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.05 |
| HSL | 170.26º | 0.82% | 0.72% | - |
| HSV(B) | 170.26º | 0.48% | 0.95% | - |
| XYZ | 53.53 | 73.19 | 81.12 | - |
| YUV | 204.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 223 | 0.48 | 0 | 0.08 | 0.05 | 170.26 | 0.82 | 0.72 |
| Hex | 7D | F2 | DF | 30 | 0 | 8 | 5 | AA | 52 | 48 |
| Octal | 175 | 362 | 337 | 60 | 0 | 10 | 5 | 252 | 122 | 110 |
| Binary | 1111101 | 11110010 | 11011111 | 110000 | 0 | 1000 | 101 | 10101010 | 1010010 | 1001000 |
Color Harmonies of #7DF2DF
Complementary color
Monochromatic Colors of #7DF2DF
Black with #7DF2DF
Text Example
Text Example
White with #7DF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2DF; }
p { color: rgb(125,242,223); }
H1.HeaderClassName
{
color: #7DF2DF;
}
.AnyTagClassName
{
color: #7DF2DF;
}
</style>
background-color css
<style>
a { background-color: #7DF2DF; }
a { background-color: rgb(125,242,223); }
div.DivClassName
{
background-color: #7DF2DF;
}
.BgClassName
{
background-color: #7DF2DF;
}
</style>
border-color css
<style>
span { border-color: #7DF2DF; }
span { border-color: rgb(125,242,223); }
td.TdClassName
{
border-color: #7DF2DF;
}
.TagClassName
{
border-color: #7DF2DF;
}
</style>