Shades of Vista Blue #7CF1AF
Tints of Vista Blue #7CF1AF
RGB
CMYK
RGB Variations
Color information
#7CF1AF (or 0x7CF1AF) is known color: Vista Blue. HEX triplet: 7C, F1 and AF. RGB value is (124,241,175). Sum of RGB (Red+Green+Blue) = 124+241+175=540 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.96% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF1AF is #830E50. Grayscale: #C6C6C6. Windows color (decimal): -8588881 or 11530620. OLE color: 11530620.
HSL color Cylindrical-coordinate representation of color #7CF1AF: hue angle of 146.15º degrees, saturation: 0.81, 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 #7CF1AF is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 175 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.05 |
| HSL | 146.15º | 0.81% | 0.72% | - |
| HSV(B) | 146.15º | 0.49% | 0.95% | - |
| XYZ | 47.51 | 70.29 | 51.62 | - |
| YUV | 198.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 175 | 0.49 | 0 | 0.27 | 0.05 | 146.15 | 0.81 | 0.72 |
| Hex | 7C | F1 | AF | 31 | 0 | 1B | 5 | 92 | 51 | 48 |
| Octal | 174 | 361 | 257 | 61 | 0 | 33 | 5 | 222 | 121 | 110 |
| Binary | 1111100 | 11110001 | 10101111 | 110001 | 0 | 11011 | 101 | 10010010 | 1010001 | 1001000 |
Color Harmonies of #7CF1AF
Complementary color
Monochromatic Colors of #7CF1AF
Black with #7CF1AF
Text Example
Text Example
White with #7CF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF1AF; }
p { color: rgb(124,241,175); }
H1.HeaderClassName
{
color: #7CF1AF;
}
.AnyTagClassName
{
color: #7CF1AF;
}
</style>
background-color css
<style>
a { background-color: #7CF1AF; }
a { background-color: rgb(124,241,175); }
div.DivClassName
{
background-color: #7CF1AF;
}
.BgClassName
{
background-color: #7CF1AF;
}
</style>
border-color css
<style>
span { border-color: #7CF1AF; }
span { border-color: rgb(124,241,175); }
td.TdClassName
{
border-color: #7CF1AF;
}
.TagClassName
{
border-color: #7CF1AF;
}
</style>