Html Css Color HEX #96C7AB Vista Blue

📋 copy color: '#96C7AB'

red 150 ◦ green 199 ◦ blue 171

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

Shades of Vista Blue #96C7AB

Tints of Vista Blue #96C7AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.88%

R = 28.85%
G = 38.27%
B = 32.88%

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

#96C7AB (or 0x96C7AB) is known color: Vista Blue. HEX triplet: 96, C7 and AB. RGB value is (150,199,171). Sum of RGB (Red+Green+Blue) = 150+199+171=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #96C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C7AB is #693854. Grayscale: #B5B5B5. Windows color (decimal): -6895701 or 11257750. OLE color: 11257750.

HSL color Cylindrical-coordinate representation of color #96C7AB: hue angle of 145.71º 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 #96C7AB is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 199 171 -
CMYK 0.25 0 0.14 0.22
HSL 145.71º 0.3% 0.68% -
HSV(B) 145.71º 0.25% 0.78% -
XYZ 40.35 50.27 46.1 -
YUV 181.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 150 199 171 0.25 0 0.14 0.22 145.71 0.3 0.68
Hex 96 C7 AB 19 0 E 16 92 1E 44
Octal 226 307 253 31 0 16 26 222 36 104
Binary 10010110 11000111 10101011 11001 0 1110 10110 10010010 11110 1000100

Color Harmonies of #96C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C7AB

Black with #96C7AB

Text Example


Text Example

White with #96C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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