Shades of Vista Blue #7BF2B2
Tints of Vista Blue #7BF2B2
RGB
CMYK
RGB Variations
Color information
#7BF2B2 (or 0x7BF2B2) is known color: Vista Blue. HEX triplet: 7B, F2 and B2. RGB value is (123,242,178). Sum of RGB (Red+Green+Blue) = 123+242+178=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF2B2 is #840D4D. Grayscale: #C7C7C7. Windows color (decimal): -8654158 or 11727483. OLE color: 11727483.
HSL color Cylindrical-coordinate representation of color #7BF2B2: hue angle of 147.73º 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 #7BF2B2 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 178 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.05 |
| HSL | 147.73º | 0.82% | 0.72% | - |
| HSV(B) | 147.73º | 0.49% | 0.95% | - |
| XYZ | 47.96 | 70.93 | 53.28 | - |
| YUV | 199.12 | 116.08 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 178 | 0.49 | 0 | 0.26 | 0.05 | 147.73 | 0.82 | 0.72 |
| Hex | 7B | F2 | B2 | 31 | 0 | 1A | 5 | 94 | 52 | 48 |
| Octal | 173 | 362 | 262 | 61 | 0 | 32 | 5 | 224 | 122 | 110 |
| Binary | 1111011 | 11110010 | 10110010 | 110001 | 0 | 11010 | 101 | 10010100 | 1010010 | 1001000 |
Color Harmonies of #7BF2B2
Complementary color
Monochromatic Colors of #7BF2B2
Black with #7BF2B2
Text Example
Text Example
White with #7BF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF2B2; }
p { color: rgb(123,242,178); }
H1.HeaderClassName
{
color: #7BF2B2;
}
.AnyTagClassName
{
color: #7BF2B2;
}
</style>
background-color css
<style>
a { background-color: #7BF2B2; }
a { background-color: rgb(123,242,178); }
div.DivClassName
{
background-color: #7BF2B2;
}
.BgClassName
{
background-color: #7BF2B2;
}
</style>
border-color css
<style>
span { border-color: #7BF2B2; }
span { border-color: rgb(123,242,178); }
td.TdClassName
{
border-color: #7BF2B2;
}
.TagClassName
{
border-color: #7BF2B2;
}
</style>