Html Css Color HEX #96E9BE Vista Blue

📋 copy color: '#96E9BE'

red 150 ◦ green 233 ◦ blue 190

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

Shades of Vista Blue #96E9BE

Tints of Vista Blue #96E9BE

RGB

 RED value IS 150 (58.98% from 255) = 26.18%

 GREEN value IS 233 (91.41% from 255) = 40.66%

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 26.18%
G = 40.66%
B = 33.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#96E9BE (or 0x96E9BE) is known color: Vista Blue. HEX triplet: 96, E9 and BE. RGB value is (150,233,190). Sum of RGB (Red+Green+Blue) = 150+233+190=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #96E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E9BE is #691641. Grayscale: #CBCBCB. Windows color (decimal): -6886978 or 12511638. OLE color: 12511638.

HSL color Cylindrical-coordinate representation of color #96E9BE: hue angle of 148.92º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E9BE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 190 -
CMYK 0.36 0 0.18 0.09
HSL 148.92º 0.65% 0.75% -
HSV(B) 148.92º 0.36% 0.91% -
XYZ 51.01 68.48 59.24 -
YUV 203.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 150 233 190 0.36 0 0.18 0.09 148.92 0.65 0.75
Hex 96 E9 BE 24 0 12 9 95 41 4B
Octal 226 351 276 44 0 22 11 225 101 113
Binary 10010110 11101001 10111110 100100 0 10010 1001 10010101 1000001 1001011

Color Harmonies of #96E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E9BE

Black with #96E9BE

Text Example


Text Example

White with #96E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E9BE; }

 p { color: rgb(150,233,190); }

 H1.HeaderClassName
 {
   color: #96E9BE;
 }
 .AnyTagClassName
 {
   color: #96E9BE;
 }
</style>

background-color css

<style>
 a { background-color: #96E9BE; }

 a { background-color: rgb(150,233,190); }

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

border-color css

<style>
 span { border-color: #96E9BE; }

 span { border-color: rgb(150,233,190); }

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