Shades of Vista Blue #7DE1AC
Tints of Vista Blue #7DE1AC
RGB
CMYK
RGB Variations
Color information
#7DE1AC (or 0x7DE1AC) is known color: Vista Blue. HEX triplet: 7D, E1 and AC. RGB value is (125,225,172). Sum of RGB (Red+Green+Blue) = 125+225+172=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE1AC is #821E53. Grayscale: #BDBDBD. Windows color (decimal): -8527444 or 11329917. OLE color: 11329917.
HSL color Cylindrical-coordinate representation of color #7DE1AC: hue angle of 148.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE1AC is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 225 | 172 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.12 |
| HSL | 148.2º | 0.63% | 0.69% | - |
| HSV(B) | 148.2º | 0.44% | 0.88% | - |
| XYZ | 42.83 | 61.19 | 48.58 | - |
| YUV | 189.06 | 118.37 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 172 | 0.44 | 0 | 0.24 | 0.12 | 148.2 | 0.63 | 0.69 |
| Hex | 7D | E1 | AC | 2C | 0 | 18 | C | 94 | 3E | 45 |
| Octal | 175 | 341 | 254 | 54 | 0 | 30 | 14 | 224 | 76 | 105 |
| Binary | 1111101 | 11100001 | 10101100 | 101100 | 0 | 11000 | 1100 | 10010100 | 111110 | 1000101 |
Color Harmonies of #7DE1AC
Complementary color
Monochromatic Colors of #7DE1AC
Black with #7DE1AC
Text Example
Text Example
White with #7DE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE1AC; }
p { color: rgb(125,225,172); }
H1.HeaderClassName
{
color: #7DE1AC;
}
.AnyTagClassName
{
color: #7DE1AC;
}
</style>
background-color css
<style>
a { background-color: #7DE1AC; }
a { background-color: rgb(125,225,172); }
div.DivClassName
{
background-color: #7DE1AC;
}
.BgClassName
{
background-color: #7DE1AC;
}
</style>
border-color css
<style>
span { border-color: #7DE1AC; }
span { border-color: rgb(125,225,172); }
td.TdClassName
{
border-color: #7DE1AC;
}
.TagClassName
{
border-color: #7DE1AC;
}
</style>