Shades of Vista Blue #7CF2B2
Tints of Vista Blue #7CF2B2
RGB
CMYK
RGB Variations
Color information
#7CF2B2 (or 0x7CF2B2) is known color: Vista Blue. HEX triplet: 7C, F2 and B2. RGB value is (124,242,178). Sum of RGB (Red+Green+Blue) = 124+242+178=544 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.79% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF2B2 is #830D4D. Grayscale: #C7C7C7. Windows color (decimal): -8588622 or 11727484. OLE color: 11727484.
HSL color Cylindrical-coordinate representation of color #7CF2B2: hue angle of 147.46º degrees, saturation: 0.82, 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 #7CF2B2 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 178 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.05 |
| HSL | 147.46º | 0.82% | 0.72% | - |
| HSV(B) | 147.46º | 0.49% | 0.95% | - |
| XYZ | 48.1 | 71 | 53.29 | - |
| YUV | 199.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 178 | 0.49 | 0 | 0.26 | 0.05 | 147.46 | 0.82 | 0.72 |
| Hex | 7C | F2 | B2 | 31 | 0 | 1A | 5 | 93 | 52 | 48 |
| Octal | 174 | 362 | 262 | 61 | 0 | 32 | 5 | 223 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10110010 | 110001 | 0 | 11010 | 101 | 10010011 | 1010010 | 1001000 |
Color Harmonies of #7CF2B2
Complementary color
Monochromatic Colors of #7CF2B2
Black with #7CF2B2
Text Example
Text Example
White with #7CF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2B2; }
p { color: rgb(124,242,178); }
H1.HeaderClassName
{
color: #7CF2B2;
}
.AnyTagClassName
{
color: #7CF2B2;
}
</style>
background-color css
<style>
a { background-color: #7CF2B2; }
a { background-color: rgb(124,242,178); }
div.DivClassName
{
background-color: #7CF2B2;
}
.BgClassName
{
background-color: #7CF2B2;
}
</style>
border-color css
<style>
span { border-color: #7CF2B2; }
span { border-color: rgb(124,242,178); }
td.TdClassName
{
border-color: #7CF2B2;
}
.TagClassName
{
border-color: #7CF2B2;
}
</style>