Html Css Color HEX #96FFAA Mint Green

📋 copy color: '#96FFAA'

red 150 ◦ green 255 ◦ blue 170

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

Shades of Mint Green #96FFAA

Tints of Mint Green #96FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 44.35%

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

R = 26.09%
G = 44.35%
B = 29.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#96FFAA (or 0x96FFAA) is known color: Mint Green. HEX triplet: 96, FF and AA. RGB value is (150,255,170). Sum of RGB (Red+Green+Blue) = 150+255+170=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFAA is #690055. Grayscale: #D6D6D6. Windows color (decimal): -6881366 or 11206550. OLE color: 11206550.

HSL color Cylindrical-coordinate representation of color #96FFAA: hue angle of 131.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFAA is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 170 -
CMYK 0.41 0 0.33 0
HSL 131.43º 1% 0.79% -
HSV(B) 131.43º 0.41% 1% -
XYZ 55.59 80.91 50.72 -
YUV 213.92 103.21 82.41 -
System Red Green Blue C M Y K H S L
Decimal 150 255 170 0.41 0 0.33 0 131.43 1 0.79
Hex 96 FF AA 29 0 21 0 83 64 4F
Octal 226 377 252 51 0 41 0 203 144 117
Binary 10010110 11111111 10101010 101001 0 100001 0 10000011 1100100 1001111

Color Harmonies of #96FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFAA

Black with #96FFAA

Text Example


Text Example

White with #96FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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