Html Css Color HEX #96C4AC Vista Blue

📋 copy color: '#96C4AC'

red 150 ◦ green 196 ◦ blue 172

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

Shades of Vista Blue #96C4AC

Tints of Vista Blue #96C4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.84%

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 28.96%
G = 37.84%
B = 33.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#96C4AC (or 0x96C4AC) is known color: Vista Blue. HEX triplet: 96, C4 and AC. RGB value is (150,196,172). Sum of RGB (Red+Green+Blue) = 150+196+172=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #96C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C4AC is #693B53. Grayscale: #B3B3B3. Windows color (decimal): -6896468 or 11322518. OLE color: 11322518.

HSL color Cylindrical-coordinate representation of color #96C4AC: hue angle of 148.7º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C4AC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 172 -
CMYK 0.23 0 0.12 0.23
HSL 148.7º 0.28% 0.68% -
HSV(B) 148.7º 0.23% 0.77% -
XYZ 39.76 48.94 46.38 -
YUV 179.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 150 196 172 0.23 0 0.12 0.23 148.7 0.28 0.68
Hex 96 C4 AC 17 0 C 17 95 1C 44
Octal 226 304 254 27 0 14 27 225 34 104
Binary 10010110 11000100 10101100 10111 0 1100 10111 10010101 11100 1000100

Color Harmonies of #96C4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C4AC

Black with #96C4AC

Text Example


Text Example

White with #96C4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,172); }

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

background-color css

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

 a { background-color: rgb(150,196,172); }

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

border-color css

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

 span { border-color: rgb(150,196,172); }

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