Html Css Color HEX #98EAB6 Vista Blue

📋 copy color: '#98EAB6'

red 152 ◦ green 234 ◦ blue 182

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

Shades of Vista Blue #98EAB6

Tints of Vista Blue #98EAB6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 182 (71.48% from 255) = 32.04%

R = 26.76%
G = 41.2%
B = 32.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#98EAB6 (or 0x98EAB6) is known color: Vista Blue. HEX triplet: 98, EA and B6. RGB value is (152,234,182). Sum of RGB (Red+Green+Blue) = 152+234+182=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAB6 is #671549. Grayscale: #CBCBCB. Windows color (decimal): -6755658 or 11987608. OLE color: 11987608.

HSL color Cylindrical-coordinate representation of color #98EAB6: hue angle of 141.95º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EAB6 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 234 182 -
CMYK 0.35 0 0.22 0.08
HSL 141.95º 0.66% 0.76% -
HSV(B) 141.95º 0.35% 0.92% -
XYZ 50.82 68.9 54.88 -
YUV 203.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 152 234 182 0.35 0 0.22 0.08 141.95 0.66 0.76
Hex 98 EA B6 23 0 16 8 8E 42 4C
Octal 230 352 266 43 0 26 10 216 102 114
Binary 10011000 11101010 10110110 100011 0 10110 1000 10001110 1000010 1001100

Color Harmonies of #98EAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EAB6

Black with #98EAB6

Text Example


Text Example

White with #98EAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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