Shades of Vista Blue #7BF2B0
Tints of Vista Blue #7BF2B0
RGB
CMYK
RGB Variations
Color information
#7BF2B0 (or 0x7BF2B0) is known color: Vista Blue. HEX triplet: 7B, F2 and B0. RGB value is (123,242,176). Sum of RGB (Red+Green+Blue) = 123+242+176=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF2B0 is #840D4F. Grayscale: #C7C7C7. Windows color (decimal): -8654160 or 11596411. OLE color: 11596411.
HSL color Cylindrical-coordinate representation of color #7BF2B0: hue angle of 146.72º 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 #7BF2B0 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 176 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.05 |
| HSL | 146.72º | 0.82% | 0.72% | - |
| HSV(B) | 146.72º | 0.49% | 0.95% | - |
| XYZ | 47.76 | 70.85 | 52.23 | - |
| YUV | 198.9 | 115.08 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 176 | 0.49 | 0 | 0.27 | 0.05 | 146.72 | 0.82 | 0.72 |
| Hex | 7B | F2 | B0 | 31 | 0 | 1B | 5 | 93 | 52 | 48 |
| Octal | 173 | 362 | 260 | 61 | 0 | 33 | 5 | 223 | 122 | 110 |
| Binary | 1111011 | 11110010 | 10110000 | 110001 | 0 | 11011 | 101 | 10010011 | 1010010 | 1001000 |
Color Harmonies of #7BF2B0
Complementary color
Monochromatic Colors of #7BF2B0
Black with #7BF2B0
Text Example
Text Example
White with #7BF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF2B0; }
p { color: rgb(123,242,176); }
H1.HeaderClassName
{
color: #7BF2B0;
}
.AnyTagClassName
{
color: #7BF2B0;
}
</style>
background-color css
<style>
a { background-color: #7BF2B0; }
a { background-color: rgb(123,242,176); }
div.DivClassName
{
background-color: #7BF2B0;
}
.BgClassName
{
background-color: #7BF2B0;
}
</style>
border-color css
<style>
span { border-color: #7BF2B0; }
span { border-color: rgb(123,242,176); }
td.TdClassName
{
border-color: #7BF2B0;
}
.TagClassName
{
border-color: #7BF2B0;
}
</style>