Shades of Aquamarine #7DF5C4
Tints of Aquamarine #7DF5C4
RGB
CMYK
RGB Variations
Color information
#7DF5C4 (or 0x7DF5C4) is known color: Aquamarine. HEX triplet: 7D, F5 and C4. RGB value is (125,245,196). Sum of RGB (Red+Green+Blue) = 125+245+196=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF5C4 is #820A3B. Grayscale: #CBCBCB. Windows color (decimal): -8522300 or 12907901. OLE color: 12907901.
HSL color Cylindrical-coordinate representation of color #7DF5C4: hue angle of 155.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF5C4 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 196 | - |
| CMYK | 0.49 | 0 | 0.2 | 0.04 |
| HSL | 155.5º | 0.86% | 0.73% | - |
| HSV(B) | 155.5º | 0.49% | 0.96% | - |
| XYZ | 51.07 | 73.65 | 63.75 | - |
| YUV | 203.53 | 123.74 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 196 | 0.49 | 0 | 0.2 | 0.04 | 155.5 | 0.86 | 0.73 |
| Hex | 7D | F5 | C4 | 31 | 0 | 14 | 4 | 9C | 56 | 49 |
| Octal | 175 | 365 | 304 | 61 | 0 | 24 | 4 | 234 | 126 | 111 |
| Binary | 1111101 | 11110101 | 11000100 | 110001 | 0 | 10100 | 100 | 10011100 | 1010110 | 1001001 |
Color Harmonies of #7DF5C4
Complementary color
Monochromatic Colors of #7DF5C4
Black with #7DF5C4
Text Example
Text Example
White with #7DF5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5C4; }
p { color: rgb(125,245,196); }
H1.HeaderClassName
{
color: #7DF5C4;
}
.AnyTagClassName
{
color: #7DF5C4;
}
</style>
background-color css
<style>
a { background-color: #7DF5C4; }
a { background-color: rgb(125,245,196); }
div.DivClassName
{
background-color: #7DF5C4;
}
.BgClassName
{
background-color: #7DF5C4;
}
</style>
border-color css
<style>
span { border-color: #7DF5C4; }
span { border-color: rgb(125,245,196); }
td.TdClassName
{
border-color: #7DF5C4;
}
.TagClassName
{
border-color: #7DF5C4;
}
</style>