Html Css Color HEX #96F2B0 Vista Blue

📋 copy color: '#96F2B0'

red 150 ◦ green 242 ◦ blue 176

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

Shades of Vista Blue #96F2B0

Tints of Vista Blue #96F2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.61%

 BLUE value IS 176 (69.14% from 255) = 30.99%

R = 26.41%
G = 42.61%
B = 30.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#96F2B0 (or 0x96F2B0) is known color: Vista Blue. HEX triplet: 96, F2 and B0. RGB value is (150,242,176). Sum of RGB (Red+Green+Blue) = 150+242+176=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F2B0 is #690D4F. Grayscale: #CFCFCF. Windows color (decimal): -6884688 or 11596438. OLE color: 11596438.

HSL color Cylindrical-coordinate representation of color #96F2B0: hue angle of 136.96º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2B0 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 176 -
CMYK 0.38 0 0.27 0.05
HSL 136.96º 0.78% 0.77% -
HSV(B) 136.96º 0.38% 0.95% -
XYZ 52.17 73.12 52.44 -
YUV 206.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 150 242 176 0.38 0 0.27 0.05 136.96 0.78 0.77
Hex 96 F2 B0 26 0 1B 5 89 4E 4D
Octal 226 362 260 46 0 33 5 211 116 115
Binary 10010110 11110010 10110000 100110 0 11011 101 10001001 1001110 1001101

Color Harmonies of #96F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2B0

Black with #96F2B0

Text Example


Text Example

White with #96F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,242,176); }

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

background-color css

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

 a { background-color: rgb(150,242,176); }

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

border-color css

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

 span { border-color: rgb(150,242,176); }

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