Shades of Vista Blue #7FF2B0
Tints of Vista Blue #7FF2B0
RGB
CMYK
RGB Variations
Color information
#7FF2B0 (or 0x7FF2B0) is known color: Vista Blue. HEX triplet: 7F, F2 and B0. RGB value is (127,242,176). Sum of RGB (Red+Green+Blue) = 127+242+176=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF2B0 is #800D4F. Grayscale: #C8C8C8. Windows color (decimal): -8392016 or 11596415. OLE color: 11596415.
HSL color Cylindrical-coordinate representation of color #7FF2B0: hue angle of 145.57º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF2B0 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 176 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.05 |
| HSL | 145.57º | 0.82% | 0.72% | - |
| HSV(B) | 145.57º | 0.48% | 0.95% | - |
| XYZ | 48.34 | 71.15 | 52.26 | - |
| YUV | 200.09 | 114.4 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 176 | 0.48 | 0 | 0.27 | 0.05 | 145.57 | 0.82 | 0.72 |
| Hex | 7F | F2 | B0 | 30 | 0 | 1B | 5 | 92 | 52 | 48 |
| Octal | 177 | 362 | 260 | 60 | 0 | 33 | 5 | 222 | 122 | 110 |
| Binary | 1111111 | 11110010 | 10110000 | 110000 | 0 | 11011 | 101 | 10010010 | 1010010 | 1001000 |
Color Harmonies of #7FF2B0
Complementary color
Monochromatic Colors of #7FF2B0
Black with #7FF2B0
Text Example
Text Example
White with #7FF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF2B0; }
p { color: rgb(127,242,176); }
H1.HeaderClassName
{
color: #7FF2B0;
}
.AnyTagClassName
{
color: #7FF2B0;
}
</style>
background-color css
<style>
a { background-color: #7FF2B0; }
a { background-color: rgb(127,242,176); }
div.DivClassName
{
background-color: #7FF2B0;
}
.BgClassName
{
background-color: #7FF2B0;
}
</style>
border-color css
<style>
span { border-color: #7FF2B0; }
span { border-color: rgb(127,242,176); }
td.TdClassName
{
border-color: #7FF2B0;
}
.TagClassName
{
border-color: #7FF2B0;
}
</style>