Html Css Color HEX #96E5AE Vista Blue

📋 copy color: '#96E5AE'

red 150 ◦ green 229 ◦ blue 174

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

Shades of Vista Blue #96E5AE

Tints of Vista Blue #96E5AE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.41%

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

R = 27.12%
G = 41.41%
B = 31.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#96E5AE (or 0x96E5AE) is known color: Vista Blue. HEX triplet: 96, E5 and AE. RGB value is (150,229,174). Sum of RGB (Red+Green+Blue) = 150+229+174=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E5AE is #691A51. Grayscale: #C7C7C7. Windows color (decimal): -6888018 or 11462038. OLE color: 11462038.

HSL color Cylindrical-coordinate representation of color #96E5AE: hue angle of 138.23º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5AE is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 174 -
CMYK 0.34 0 0.24 0.10
HSL 138.23º 0.6% 0.74% -
HSV(B) 138.23º 0.34% 0.9% -
XYZ 48.24 65.58 50.16 -
YUV 199.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 150 229 174 0.34 0 0.24 0.10 138.23 0.6 0.74
Hex 96 E5 AE 22 0 18 A 8A 3C 4A
Octal 226 345 256 42 0 30 12 212 74 112
Binary 10010110 11100101 10101110 100010 0 11000 1010 10001010 111100 1001010

Color Harmonies of #96E5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E5AE

Black with #96E5AE

Text Example


Text Example

White with #96E5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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