Html Css Color HEX #96C7AC Vista Blue

📋 copy color: '#96C7AC'

red 150 ◦ green 199 ◦ blue 172

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

Shades of Vista Blue #96C7AC

Tints of Vista Blue #96C7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.2%

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

R = 28.79%
G = 38.2%
B = 33.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#96C7AC (or 0x96C7AC) is known color: Vista Blue. HEX triplet: 96, C7 and AC. RGB value is (150,199,172). Sum of RGB (Red+Green+Blue) = 150+199+172=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #96C7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C7AC is #693853. Grayscale: #B5B5B5. Windows color (decimal): -6895700 or 11323286. OLE color: 11323286.

HSL color Cylindrical-coordinate representation of color #96C7AC: hue angle of 146.94º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C7AC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 199 172 -
CMYK 0.25 0 0.14 0.22
HSL 146.94º 0.3% 0.68% -
HSV(B) 146.94º 0.25% 0.78% -
XYZ 40.45 50.31 46.61 -
YUV 181.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 150 199 172 0.25 0 0.14 0.22 146.94 0.3 0.68
Hex 96 C7 AC 19 0 E 16 93 1E 44
Octal 226 307 254 31 0 16 26 223 36 104
Binary 10010110 11000111 10101100 11001 0 1110 10110 10010011 11110 1000100

Color Harmonies of #96C7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C7AC

Black with #96C7AC

Text Example


Text Example

White with #96C7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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