Html Css Color HEX #96EAB2 Vista Blue

📋 copy color: '#96EAB2'

red 150 ◦ green 234 ◦ blue 178

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

Shades of Vista Blue #96EAB2

Tints of Vista Blue #96EAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.67%

R = 26.69%
G = 41.64%
B = 31.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#96EAB2 (or 0x96EAB2) is known color: Vista Blue. HEX triplet: 96, EA and B2. RGB value is (150,234,178). Sum of RGB (Red+Green+Blue) = 150+234+178=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EAB2 is #69154D. Grayscale: #CACACA. Windows color (decimal): -6886734 or 11725462. OLE color: 11725462.

HSL color Cylindrical-coordinate representation of color #96EAB2: hue angle of 140º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EAB2 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 178 -
CMYK 0.36 0 0.24 0.08
HSL 140º 0.67% 0.75% -
HSV(B) 140º 0.36% 0.92% -
XYZ 50.04 68.54 52.71 -
YUV 202.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 150 234 178 0.36 0 0.24 0.08 140 0.67 0.75
Hex 96 EA B2 24 0 18 8 8C 43 4B
Octal 226 352 262 44 0 30 10 214 103 113
Binary 10010110 11101010 10110010 100100 0 11000 1000 10001100 1000011 1001011

Color Harmonies of #96EAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAB2

Black with #96EAB2

Text Example


Text Example

White with #96EAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,178); }

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

background-color css

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

 a { background-color: rgb(150,234,178); }

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

border-color css

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

 span { border-color: rgb(150,234,178); }

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