Shades of Vista Blue #7DF0AA
Tints of Vista Blue #7DF0AA
RGB
CMYK
RGB Variations
Color information
#7DF0AA (or 0x7DF0AA) is known color: Vista Blue. HEX triplet: 7D, F0 and AA. RGB value is (125,240,170). Sum of RGB (Red+Green+Blue) = 125+240+170=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF0AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF0AA is #820F55. Grayscale: #C5C5C5. Windows color (decimal): -8523606 or 11202685. OLE color: 11202685.
HSL color Cylindrical-coordinate representation of color #7DF0AA: hue angle of 143.48º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF0AA is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 170 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.06 |
| HSL | 143.48º | 0.79% | 0.72% | - |
| HSV(B) | 143.48º | 0.48% | 0.94% | - |
| XYZ | 46.87 | 69.58 | 48.99 | - |
| YUV | 197.64 | 112.4 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 170 | 0.48 | 0 | 0.29 | 0.06 | 143.48 | 0.79 | 0.72 |
| Hex | 7D | F0 | AA | 30 | 0 | 1D | 6 | 8F | 4F | 48 |
| Octal | 175 | 360 | 252 | 60 | 0 | 35 | 6 | 217 | 117 | 110 |
| Binary | 1111101 | 11110000 | 10101010 | 110000 | 0 | 11101 | 110 | 10001111 | 1001111 | 1001000 |
Color Harmonies of #7DF0AA
Complementary color
Monochromatic Colors of #7DF0AA
Black with #7DF0AA
Text Example
Text Example
White with #7DF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF0AA; }
p { color: rgb(125,240,170); }
H1.HeaderClassName
{
color: #7DF0AA;
}
.AnyTagClassName
{
color: #7DF0AA;
}
</style>
background-color css
<style>
a { background-color: #7DF0AA; }
a { background-color: rgb(125,240,170); }
div.DivClassName
{
background-color: #7DF0AA;
}
.BgClassName
{
background-color: #7DF0AA;
}
</style>
border-color css
<style>
span { border-color: #7DF0AA; }
span { border-color: rgb(125,240,170); }
td.TdClassName
{
border-color: #7DF0AA;
}
.TagClassName
{
border-color: #7DF0AA;
}
</style>