Shades of Vista Blue #98D0AC
Tints of Vista Blue #98D0AC
RGB
CMYK
RGB Variations
Color information
#98D0AC (or 0x98D0AC) is known color: Vista Blue. HEX triplet: 98, D0 and AC. RGB value is (152,208,172). Sum of RGB (Red+Green+Blue) = 152+208+172=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D0AC is #672F53. Grayscale: #BBBBBB. Windows color (decimal): -6762324 or 11325592. OLE color: 11325592.
HSL color Cylindrical-coordinate representation of color #98D0AC: hue angle of 141.43º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0AC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 172 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.18 |
| HSL | 141.43º | 0.37% | 0.71% | - |
| HSV(B) | 141.43º | 0.27% | 0.82% | - |
| XYZ | 42.95 | 54.77 | 47.34 | - |
| YUV | 187.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 172 | 0.27 | 0 | 0.17 | 0.18 | 141.43 | 0.37 | 0.71 |
| Hex | 98 | D0 | AC | 1B | 0 | 11 | 12 | 8D | 25 | 47 |
| Octal | 230 | 320 | 254 | 33 | 0 | 21 | 22 | 215 | 45 | 107 |
| Binary | 10011000 | 11010000 | 10101100 | 11011 | 0 | 10001 | 10010 | 10001101 | 100101 | 1000111 |
Color Harmonies of #98D0AC
Complementary color
Monochromatic Colors of #98D0AC
Black with #98D0AC
Text Example
Text Example
White with #98D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0AC; }
p { color: rgb(152,208,172); }
H1.HeaderClassName
{
color: #98D0AC;
}
.AnyTagClassName
{
color: #98D0AC;
}
</style>
background-color css
<style>
a { background-color: #98D0AC; }
a { background-color: rgb(152,208,172); }
div.DivClassName
{
background-color: #98D0AC;
}
.BgClassName
{
background-color: #98D0AC;
}
</style>
border-color css
<style>
span { border-color: #98D0AC; }
span { border-color: rgb(152,208,172); }
td.TdClassName
{
border-color: #98D0AC;
}
.TagClassName
{
border-color: #98D0AC;
}
</style>