Html Css Color HEX #96CCAC Vista Blue

📋 copy color: '#96CCAC'

red 150 ◦ green 204 ◦ blue 172

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

Shades of Vista Blue #96CCAC

Tints of Vista Blue #96CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.78%

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

R = 28.52%
G = 38.78%
B = 32.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#96CCAC (or 0x96CCAC) is known color: Vista Blue. HEX triplet: 96, CC and AC. RGB value is (150,204,172). Sum of RGB (Red+Green+Blue) = 150+204+172=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CCAC is #693353. Grayscale: #B8B8B8. Windows color (decimal): -6894420 or 11324566. OLE color: 11324566.

HSL color Cylindrical-coordinate representation of color #96CCAC: hue angle of 144.44º degrees, saturation: 0.35, 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 #96CCAC is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 172 -
CMYK 0.26 0 0.16 0.2
HSL 144.44º 0.35% 0.69% -
HSV(B) 144.44º 0.26% 0.8% -
XYZ 41.62 52.65 47 -
YUV 184.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 150 204 172 0.26 0 0.16 0.2 144.44 0.35 0.69
Hex 96 CC AC 1A 0 10 14 90 23 45
Octal 226 314 254 32 0 20 24 220 43 105
Binary 10010110 11001100 10101100 11010 0 10000 10100 10010000 100011 1000101

Color Harmonies of #96CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCAC

Black with #96CCAC

Text Example


Text Example

White with #96CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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