Shades of Aquamarine #7DF1DF
Tints of Aquamarine #7DF1DF
RGB
CMYK
RGB Variations
Color information
#7DF1DF (or 0x7DF1DF) is known color: Aquamarine. HEX triplet: 7D, F1 and DF. RGB value is (125,241,223). Sum of RGB (Red+Green+Blue) = 125+241+223=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1DF is #820E20. Grayscale: #CCCCCC. Windows color (decimal): -8523297 or 14676349. OLE color: 14676349.
HSL color Cylindrical-coordinate representation of color #7DF1DF: hue angle of 170.69º degrees, saturation: 0.81, 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 #7DF1DF is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 223 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.05 |
| HSL | 170.69º | 0.81% | 0.72% | - |
| HSV(B) | 170.69º | 0.48% | 0.95% | - |
| XYZ | 53.23 | 72.6 | 81.02 | - |
| YUV | 204.26 | 138.57 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 223 | 0.48 | 0 | 0.07 | 0.05 | 170.69 | 0.81 | 0.72 |
| Hex | 7D | F1 | DF | 30 | 0 | 7 | 5 | AB | 51 | 48 |
| Octal | 175 | 361 | 337 | 60 | 0 | 7 | 5 | 253 | 121 | 110 |
| Binary | 1111101 | 11110001 | 11011111 | 110000 | 0 | 111 | 101 | 10101011 | 1010001 | 1001000 |
Color Harmonies of #7DF1DF
Complementary color
Monochromatic Colors of #7DF1DF
Black with #7DF1DF
Text Example
Text Example
White with #7DF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF1DF; }
p { color: rgb(125,241,223); }
H1.HeaderClassName
{
color: #7DF1DF;
}
.AnyTagClassName
{
color: #7DF1DF;
}
</style>
background-color css
<style>
a { background-color: #7DF1DF; }
a { background-color: rgb(125,241,223); }
div.DivClassName
{
background-color: #7DF1DF;
}
.BgClassName
{
background-color: #7DF1DF;
}
</style>
border-color css
<style>
span { border-color: #7DF1DF; }
span { border-color: rgb(125,241,223); }
td.TdClassName
{
border-color: #7DF1DF;
}
.TagClassName
{
border-color: #7DF1DF;
}
</style>