#98F5B6

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

Shades of Vista Blue #98F5B6

Tints of Vista Blue #98F5B6

Color information

#98F5B6 (or 0x98F5B6) is unknown color: approx Vista Blue. HEX triplet: 98, F5 and B6. RGB value is (152,245,182). Sum of RGB (Red+Green+Blue) = 152+245+182=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #98F5B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F5B6 is #670A49. Grayscale: #D2D2D2. Windows color (decimal): -6752842 or 11990424. OLE color: 11990424.

HSL color Cylindrical-coordinate representation of color #98F5B6: hue angle of 139.35º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F5B6 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB152245182-
CMYK0.3800.260.04
HSL139.35º82.3%77.84%-
HSV(B)139.35º37.96%96.08%-
XYZ54.0475.3655.95-
YUV210.01112.1986.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=26.25%
G=42.31%
B=31.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522451820.3800.260.04139.3582.377.84
Hex98F5B62601A48b524e
Octal230365266460324213122116
Binary1001100011110101101101101001100110101001000101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,245,182); }

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

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

 a { background-color: rgb(152,245,182); }

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

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

 span { border-color: rgb(152,245,182); }

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