Html Css Color HEX #96CBAA Vista Blue

📋 copy color: '#96CBAA'

red 150 ◦ green 203 ◦ blue 170

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

Shades of Vista Blue #96CBAA

Tints of Vista Blue #96CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.81%

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

R = 28.68%
G = 38.81%
B = 32.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#96CBAA (or 0x96CBAA) is known color: Vista Blue. HEX triplet: 96, CB and AA. RGB value is (150,203,170). Sum of RGB (Red+Green+Blue) = 150+203+170=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBAA is #693455. Grayscale: #B7B7B7. Windows color (decimal): -6894678 or 11193238. OLE color: 11193238.

HSL color Cylindrical-coordinate representation of color #96CBAA: hue angle of 142.64º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBAA is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 170 -
CMYK 0.26 0 0.16 0.20
HSL 142.64º 0.34% 0.69% -
HSV(B) 142.64º 0.26% 0.8% -
XYZ 41.19 52.1 45.92 -
YUV 183.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 150 203 170 0.26 0 0.16 0.20 142.64 0.34 0.69
Hex 96 CB AA 1A 0 10 14 8F 22 45
Octal 226 313 252 32 0 20 24 217 42 105
Binary 10010110 11001011 10101010 11010 0 10000 10100 10001111 100010 1000101

Color Harmonies of #96CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CBAA

Black with #96CBAA

Text Example


Text Example

White with #96CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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