Html Css Color HEX #96F2BA Vista Blue

📋 copy color: '#96F2BA'

red 150 ◦ green 242 ◦ blue 186

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

Shades of Vista Blue #96F2BA

Tints of Vista Blue #96F2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 25.95%
G = 41.87%
B = 32.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#96F2BA (or 0x96F2BA) is known color: Vista Blue. HEX triplet: 96, F2 and BA. RGB value is (150,242,186). Sum of RGB (Red+Green+Blue) = 150+242+186=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2BA is #690D45. Grayscale: #D0D0D0. Windows color (decimal): -6884678 or 12251798. OLE color: 12251798.

HSL color Cylindrical-coordinate representation of color #96F2BA: hue angle of 143.48º 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 #96F2BA is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 186 -
CMYK 0.38 0 0.23 0.05
HSL 143.48º 0.78% 0.77% -
HSV(B) 143.48º 0.38% 0.95% -
XYZ 53.19 73.53 57.84 -
YUV 208.11 115.52 86.55 -
System Red Green Blue C M Y K H S L
Decimal 150 242 186 0.38 0 0.23 0.05 143.48 0.78 0.77
Hex 96 F2 BA 26 0 17 5 8F 4E 4D
Octal 226 362 272 46 0 27 5 217 116 115
Binary 10010110 11110010 10111010 100110 0 10111 101 10001111 1001110 1001101

Color Harmonies of #96F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2BA

Black with #96F2BA

Text Example


Text Example

White with #96F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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