Html Css Color HEX #96C8AA Vista Blue

📋 copy color: '#96C8AA'

red 150 ◦ green 200 ◦ blue 170

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

Shades of Vista Blue #96C8AA

Tints of Vista Blue #96C8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 28.85%
G = 38.46%
B = 32.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#96C8AA (or 0x96C8AA) is known color: Vista Blue. HEX triplet: 96, C8 and AA. RGB value is (150,200,170). Sum of RGB (Red+Green+Blue) = 150+200+170=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C8AA is #693755. Grayscale: #B5B5B5. Windows color (decimal): -6895446 or 11192470. OLE color: 11192470.

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

Color convert

RGB 150 200 170 -
CMYK 0.25 0 0.15 0.22
HSL 144º 0.31% 0.69% -
HSV(B) 144º 0.25% 0.78% -
XYZ 40.49 50.69 45.68 -
YUV 181.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 150 200 170 0.25 0 0.15 0.22 144 0.31 0.69
Hex 96 C8 AA 19 0 F 16 90 1F 45
Octal 226 310 252 31 0 17 26 220 37 105
Binary 10010110 11001000 10101010 11001 0 1111 10110 10010000 11111 1000101

Color Harmonies of #96C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C8AA

Black with #96C8AA

Text Example


Text Example

White with #96C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,170); }

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

background-color css

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

 a { background-color: rgb(150,200,170); }

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

border-color css

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

 span { border-color: rgb(150,200,170); }

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