Shades of Vista Blue #7FDAA1
Tints of Vista Blue #7FDAA1
RGB
CMYK
RGB Variations
Color information
#7FDAA1 (or 0x7FDAA1) is known color: Vista Blue. HEX triplet: 7F, DA and A1. RGB value is (127,218,161). Sum of RGB (Red+Green+Blue) = 127+218+161=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDAA1 is #80255E. Grayscale: #B8B8B8. Windows color (decimal): -8398175 or 10607231. OLE color: 10607231.
HSL color Cylindrical-coordinate representation of color #7FDAA1: hue angle of 142.42º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDAA1 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 161 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.15 |
| HSL | 142.42º | 0.55% | 0.68% | - |
| HSV(B) | 142.42º | 0.42% | 0.85% | - |
| XYZ | 40.26 | 57.23 | 42.64 | - |
| YUV | 184.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 161 | 0.42 | 0 | 0.26 | 0.15 | 142.42 | 0.55 | 0.68 |
| Hex | 7F | DA | A1 | 2A | 0 | 1A | F | 8E | 37 | 44 |
| Octal | 177 | 332 | 241 | 52 | 0 | 32 | 17 | 216 | 67 | 104 |
| Binary | 1111111 | 11011010 | 10100001 | 101010 | 0 | 11010 | 1111 | 10001110 | 110111 | 1000100 |
Color Harmonies of #7FDAA1
Complementary color
Monochromatic Colors of #7FDAA1
Black with #7FDAA1
Text Example
Text Example
White with #7FDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDAA1; }
p { color: rgb(127,218,161); }
H1.HeaderClassName
{
color: #7FDAA1;
}
.AnyTagClassName
{
color: #7FDAA1;
}
</style>
background-color css
<style>
a { background-color: #7FDAA1; }
a { background-color: rgb(127,218,161); }
div.DivClassName
{
background-color: #7FDAA1;
}
.BgClassName
{
background-color: #7FDAA1;
}
</style>
border-color css
<style>
span { border-color: #7FDAA1; }
span { border-color: rgb(127,218,161); }
td.TdClassName
{
border-color: #7FDAA1;
}
.TagClassName
{
border-color: #7FDAA1;
}
</style>