Html Css Color HEX #96D5AD Vista Blue

📋 copy color: '#96D5AD'

red 150 ◦ green 213 ◦ blue 173

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

Shades of Vista Blue #96D5AD

Tints of Vista Blue #96D5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

 BLUE value IS 173 (67.97% from 255) = 32.28%

R = 27.99%
G = 39.74%
B = 32.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#96D5AD (or 0x96D5AD) is known color: Vista Blue. HEX triplet: 96, D5 and AD. RGB value is (150,213,173). Sum of RGB (Red+Green+Blue) = 150+213+173=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5AD is #692A52. Grayscale: #BDBDBD. Windows color (decimal): -6892115 or 11392406. OLE color: 11392406.

HSL color Cylindrical-coordinate representation of color #96D5AD: hue angle of 141.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D5AD is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 213 173 -
CMYK 0.30 0 0.19 0.16
HSL 141.9º 0.43% 0.71% -
HSV(B) 141.9º 0.3% 0.84% -
XYZ 43.91 57.09 48.24 -
YUV 189.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 150 213 173 0.30 0 0.19 0.16 141.9 0.43 0.71
Hex 96 D5 AD 1E 0 13 10 8E 2B 47
Octal 226 325 255 36 0 23 20 216 53 107
Binary 10010110 11010101 10101101 11110 0 10011 10000 10001110 101011 1000111

Color Harmonies of #96D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D5AD

Black with #96D5AD

Text Example


Text Example

White with #96D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,173); }

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

background-color css

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

 a { background-color: rgb(150,213,173); }

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

border-color css

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

 span { border-color: rgb(150,213,173); }

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