Shades of Aquamarine #7DF3BA
Tints of Aquamarine #7DF3BA
RGB
CMYK
RGB Variations
Color information
#7DF3BA (or 0x7DF3BA) is known color: Aquamarine. HEX triplet: 7D, F3 and BA. RGB value is (125,243,186). Sum of RGB (Red+Green+Blue) = 125+243+186=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF3BA is #820C45. Grayscale: #C9C9C9. Windows color (decimal): -8522822 or 12252029. OLE color: 12252029.
HSL color Cylindrical-coordinate representation of color #7DF3BA: hue angle of 151.02º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF3BA is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 186 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.05 |
| HSL | 151.02º | 0.83% | 0.72% | - |
| HSV(B) | 151.02º | 0.49% | 0.95% | - |
| XYZ | 49.37 | 72.01 | 57.75 | - |
| YUV | 201.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 186 | 0.49 | 0 | 0.23 | 0.05 | 151.02 | 0.83 | 0.72 |
| Hex | 7D | F3 | BA | 31 | 0 | 17 | 5 | 97 | 53 | 48 |
| Octal | 175 | 363 | 272 | 61 | 0 | 27 | 5 | 227 | 123 | 110 |
| Binary | 1111101 | 11110011 | 10111010 | 110001 | 0 | 10111 | 101 | 10010111 | 1010011 | 1001000 |
Color Harmonies of #7DF3BA
Complementary color
Monochromatic Colors of #7DF3BA
Black with #7DF3BA
Text Example
Text Example
White with #7DF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF3BA; }
p { color: rgb(125,243,186); }
H1.HeaderClassName
{
color: #7DF3BA;
}
.AnyTagClassName
{
color: #7DF3BA;
}
</style>
background-color css
<style>
a { background-color: #7DF3BA; }
a { background-color: rgb(125,243,186); }
div.DivClassName
{
background-color: #7DF3BA;
}
.BgClassName
{
background-color: #7DF3BA;
}
</style>
border-color css
<style>
span { border-color: #7DF3BA; }
span { border-color: rgb(125,243,186); }
td.TdClassName
{
border-color: #7DF3BA;
}
.TagClassName
{
border-color: #7DF3BA;
}
</style>