Html Css Color HEX #96E5BE Vista Blue

📋 copy color: '#96E5BE'

red 150 ◦ green 229 ◦ blue 190

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

Shades of Vista Blue #96E5BE

Tints of Vista Blue #96E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.25%

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

R = 26.36%
G = 40.25%
B = 33.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#96E5BE (or 0x96E5BE) is known color: Vista Blue. HEX triplet: 96, E5 and BE. RGB value is (150,229,190). Sum of RGB (Red+Green+Blue) = 150+229+190=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5BE is #691A41. Grayscale: #C9C9C9. Windows color (decimal): -6888002 or 12510614. OLE color: 12510614.

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

Color convert

RGB 150 229 190 -
CMYK 0.34 0 0.17 0.10
HSL 150.38º 0.6% 0.74% -
HSV(B) 150.38º 0.34% 0.9% -
XYZ 49.89 66.24 58.87 -
YUV 200.93 121.83 91.67 -
System Red Green Blue C M Y K H S L
Decimal 150 229 190 0.34 0 0.17 0.10 150.38 0.6 0.74
Hex 96 E5 BE 22 0 11 A 96 3C 4A
Octal 226 345 276 42 0 21 12 226 74 112
Binary 10010110 11100101 10111110 100010 0 10001 1010 10010110 111100 1001010

Color Harmonies of #96E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E5BE

Black with #96E5BE

Text Example


Text Example

White with #96E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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