Html Css Color HEX #98E0AF Vista Blue

📋 copy color: '#98E0AF'

red 152 ◦ green 224 ◦ blue 175

#98E0AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #98E0AF

Tints of Vista Blue #98E0AF

RGB

 RED value IS 152 (59.77% from 255) = 27.59%

 GREEN value IS 224 (87.89% from 255) = 40.65%

 BLUE value IS 175 (68.75% from 255) = 31.76%

R = 27.59%
G = 40.65%
B = 31.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#98E0AF (or 0x98E0AF) is known color: Vista Blue. HEX triplet: 98, E0 and AF. RGB value is (152,224,175). Sum of RGB (Red+Green+Blue) = 152+224+175=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #98E0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E0AF is #671F50. Grayscale: #C5C5C5. Windows color (decimal): -6758225 or 11526296. OLE color: 11526296.

HSL color Cylindrical-coordinate representation of color #98E0AF: hue angle of 139.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E0AF is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 224 175 -
CMYK 0.32 0 0.22 0.12
HSL 139.17º 0.54% 0.74% -
HSV(B) 139.17º 0.32% 0.88% -
XYZ 47.34 63.08 50.24 -
YUV 196.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 152 224 175 0.32 0 0.22 0.12 139.17 0.54 0.74
Hex 98 E0 AF 20 0 16 C 8B 36 4A
Octal 230 340 257 40 0 26 14 213 66 112
Binary 10011000 11100000 10101111 100000 0 10110 1100 10001011 110110 1001010

Color Harmonies of #98E0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E0AF

Black with #98E0AF

Text Example


Text Example

White with #98E0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98E0AF;
 }
 .AnyTagClassName
 {
   color: #98E0AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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