Shades of Vista Blue #81E6AC
Tints of Vista Blue #81E6AC
RGB
CMYK
RGB Variations
Color information
#81E6AC (or 0x81E6AC) is known color: Vista Blue. HEX triplet: 81, E6 and AC. RGB value is (129,230,172). Sum of RGB (Red+Green+Blue) = 129+230+172=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E6AC is #7E1953. Grayscale: #C1C1C1. Windows color (decimal): -8264020 or 11331201. OLE color: 11331201.
HSL color Cylindrical-coordinate representation of color #81E6AC: hue angle of 145.54º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E6AC is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 172 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.10 |
| HSL | 145.54º | 0.67% | 0.7% | - |
| HSV(B) | 145.54º | 0.44% | 0.9% | - |
| XYZ | 44.8 | 64.24 | 49.07 | - |
| YUV | 193.19 | 116.04 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 172 | 0.44 | 0 | 0.25 | 0.10 | 145.54 | 0.67 | 0.7 |
| Hex | 81 | E6 | AC | 2C | 0 | 19 | A | 92 | 43 | 46 |
| Octal | 201 | 346 | 254 | 54 | 0 | 31 | 12 | 222 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10101100 | 101100 | 0 | 11001 | 1010 | 10010010 | 1000011 | 1000110 |
Color Harmonies of #81E6AC
Complementary color
Monochromatic Colors of #81E6AC
Black with #81E6AC
Text Example
Text Example
White with #81E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6AC; }
p { color: rgb(129,230,172); }
H1.HeaderClassName
{
color: #81E6AC;
}
.AnyTagClassName
{
color: #81E6AC;
}
</style>
background-color css
<style>
a { background-color: #81E6AC; }
a { background-color: rgb(129,230,172); }
div.DivClassName
{
background-color: #81E6AC;
}
.BgClassName
{
background-color: #81E6AC;
}
</style>
border-color css
<style>
span { border-color: #81E6AC; }
span { border-color: rgb(129,230,172); }
td.TdClassName
{
border-color: #81E6AC;
}
.TagClassName
{
border-color: #81E6AC;
}
</style>