#98E5AF

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

Shades of Vista Blue #98E5AF

Tints of Vista Blue #98E5AF

Color information

#98E5AF (or 0x98E5AF) is unknown color: approx Vista Blue. HEX triplet: 98, E5 and AF. RGB value is (152,229,175). Sum of RGB (Red+Green+Blue) = 152+229+175=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #98E5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E5AF is #671A50. Grayscale: #C7C7C7. Windows color (decimal): -6756945 or 11527576. OLE color: 11527576.

HSL color Cylindrical-coordinate representation of color #98E5AF: hue angle of 137.92º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E5AF is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB152229175-
CMYK0.3400.240.10
HSL137.92º59.69%74.71%-
HSV(B)137.92º33.62%89.8%-
XYZ48.7165.8150.69-
YUV199.82113.9993.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.34%
GREEN value IS 229 (89.84% from 255) = 41.19%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=27.34%
G=41.19%
B=31.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1522291750.3400.240.10137.9259.6974.71
Hex98E5AF22018A8a3c4b
Octal230345257420301221274113
Binary1001100011100101101011111000100110001010100010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,229,175); }

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

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

 a { background-color: rgb(152,229,175); }

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

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

 span { border-color: rgb(152,229,175); }

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