#98D4AD

Color #98D4AD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #98D4AD

Tints of Vista Blue #98D4AD

Color information

#98D4AD (or 0x98D4AD) is unknown color: approx Vista Blue. HEX triplet: 98, D4 and AD. RGB value is (152,212,173). Sum of RGB (Red+Green+Blue) = 152+212+173=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #98D4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D4AD is #672B52. Grayscale: #BDBDBD. Windows color (decimal): -6761299 or 11392152. OLE color: 11392152.

HSL color Cylindrical-coordinate representation of color #98D4AD: hue angle of 141º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D4AD is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB152212173-
CMYK0.2800.180.17
HSL141º41.1%71.37%-
HSV(B)141º28.3%83.14%-
XYZ44.0456.7848.17-
YUV189.61118.62101.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 28.31%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=28.31%
G=39.48%
B=32.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522121730.2800.180.1714141.171.37
Hex98D4AD1C012118d2947
Octal230324255340222121551107
Binary1001100011010100101011011110001001010001100011011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98D4AD; }

 p { color: rgb(152,212,173); }

 H1.HeaderClassName
 {
   color: #98D4AD;
 }
 .AnyTagClassName
 {
   color: #98D4AD;
 }
</style>
background-color css

<style>
 a { background-color: #98D4AD; }

 a { background-color: rgb(152,212,173); }

 div.DivClassName
 {
   background-color: #98D4AD;
 }
 .BgClassName
 {
   background-color: #98D4AD;
 }
</style>
border-color css

<style>
 span { border-color: #98D4AD; }

 span { border-color: rgb(152,212,173); }

 td.TdClassName
 {
   border-color: #98D4AD;
 }
 .TagClassName
 {
   border-color: #98D4AD;
 }
</style>