Html Css Color HEX #96C9AA Vista Blue

📋 copy color: '#96C9AA'

red 150 ◦ green 201 ◦ blue 170

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

Shades of Vista Blue #96C9AA

Tints of Vista Blue #96C9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.58%

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

R = 28.79%
G = 38.58%
B = 32.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#96C9AA (or 0x96C9AA) is known color: Vista Blue. HEX triplet: 96, C9 and AA. RGB value is (150,201,170). Sum of RGB (Red+Green+Blue) = 150+201+170=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #96C9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C9AA is #693655. Grayscale: #B6B6B6. Windows color (decimal): -6895190 or 11192726. OLE color: 11192726.

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

Color convert

RGB 150 201 170 -
CMYK 0.25 0 0.15 0.21
HSL 143.53º 0.32% 0.69% -
HSV(B) 143.53º 0.25% 0.79% -
XYZ 40.72 51.16 45.76 -
YUV 182.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 150 201 170 0.25 0 0.15 0.21 143.53 0.32 0.69
Hex 96 C9 AA 19 0 F 15 90 20 45
Octal 226 311 252 31 0 17 25 220 40 105
Binary 10010110 11001001 10101010 11001 0 1111 10101 10010000 100000 1000101

Color Harmonies of #96C9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C9AA

Black with #96C9AA

Text Example


Text Example

White with #96C9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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