Shades of Aquamarine #7DF7C4
Tints of Aquamarine #7DF7C4
RGB
CMYK
RGB Variations
Color information
#7DF7C4 (or 0x7DF7C4) is known color: Aquamarine. HEX triplet: 7D, F7 and C4. RGB value is (125,247,196). Sum of RGB (Red+Green+Blue) = 125+247+196=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF7C4 is #82083B. Grayscale: #CCCCCC. Windows color (decimal): -8521788 or 12908413. OLE color: 12908413.
HSL color Cylindrical-coordinate representation of color #7DF7C4: hue angle of 154.92º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7C4 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 196 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.03 |
| HSL | 154.92º | 0.88% | 0.73% | - |
| HSV(B) | 154.92º | 0.49% | 0.97% | - |
| XYZ | 51.68 | 74.87 | 63.95 | - |
| YUV | 204.71 | 123.08 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 196 | 0.49 | 0 | 0.21 | 0.03 | 154.92 | 0.88 | 0.73 |
| Hex | 7D | F7 | C4 | 31 | 0 | 15 | 3 | 9B | 58 | 49 |
| Octal | 175 | 367 | 304 | 61 | 0 | 25 | 3 | 233 | 130 | 111 |
| Binary | 1111101 | 11110111 | 11000100 | 110001 | 0 | 10101 | 11 | 10011011 | 1011000 | 1001001 |
Color Harmonies of #7DF7C4
Complementary color
Monochromatic Colors of #7DF7C4
Black with #7DF7C4
Text Example
Text Example
White with #7DF7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF7C4; }
p { color: rgb(125,247,196); }
H1.HeaderClassName
{
color: #7DF7C4;
}
.AnyTagClassName
{
color: #7DF7C4;
}
</style>
background-color css
<style>
a { background-color: #7DF7C4; }
a { background-color: rgb(125,247,196); }
div.DivClassName
{
background-color: #7DF7C4;
}
.BgClassName
{
background-color: #7DF7C4;
}
</style>
border-color css
<style>
span { border-color: #7DF7C4; }
span { border-color: rgb(125,247,196); }
td.TdClassName
{
border-color: #7DF7C4;
}
.TagClassName
{
border-color: #7DF7C4;
}
</style>