Html Css Color HEX #96D5AE Vista Blue

📋 copy color: '#96D5AE'

red 150 ◦ green 213 ◦ blue 174

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

Shades of Vista Blue #96D5AE

Tints of Vista Blue #96D5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.4%

R = 27.93%
G = 39.66%
B = 32.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#96D5AE (or 0x96D5AE) is known color: Vista Blue. HEX triplet: 96, D5 and AE. RGB value is (150,213,174). Sum of RGB (Red+Green+Blue) = 150+213+174=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5AE is #692A51. Grayscale: #BDBDBD. Windows color (decimal): -6892114 or 11457942. OLE color: 11457942.

HSL color Cylindrical-coordinate representation of color #96D5AE: hue angle of 142.86º 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 #96D5AE is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 213 174 -
CMYK 0.30 0 0.18 0.16
HSL 142.86º 0.43% 0.71% -
HSV(B) 142.86º 0.3% 0.84% -
XYZ 44.01 57.13 48.75 -
YUV 189.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 150 213 174 0.30 0 0.18 0.16 142.86 0.43 0.71
Hex 96 D5 AE 1E 0 12 10 8F 2B 47
Octal 226 325 256 36 0 22 20 217 53 107
Binary 10010110 11010101 10101110 11110 0 10010 10000 10001111 101011 1000111

Color Harmonies of #96D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D5AE

Black with #96D5AE

Text Example


Text Example

White with #96D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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