Html Css Color HEX #96FFAB Mint Green

📋 copy color: '#96FFAB'

red 150 ◦ green 255 ◦ blue 171

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

Shades of Mint Green #96FFAB

Tints of Mint Green #96FFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.69%

R = 26.04%
G = 44.27%
B = 29.69%

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

#96FFAB (or 0x96FFAB) is known color: Mint Green. HEX triplet: 96, FF and AB. RGB value is (150,255,171). Sum of RGB (Red+Green+Blue) = 150+255+171=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFAB is #690054. Grayscale: #D6D6D6. Windows color (decimal): -6881365 or 11272086. OLE color: 11272086.

HSL color Cylindrical-coordinate representation of color #96FFAB: hue angle of 132º 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 #96FFAB is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 171 -
CMYK 0.41 0 0.33 0
HSL 132º 1% 0.79% -
HSV(B) 132º 0.41% 1% -
XYZ 55.69 80.94 51.22 -
YUV 214.03 103.71 82.33 -
System Red Green Blue C M Y K H S L
Decimal 150 255 171 0.41 0 0.33 0 132 1 0.79
Hex 96 FF AB 29 0 21 0 84 64 4F
Octal 226 377 253 51 0 41 0 204 144 117
Binary 10010110 11111111 10101011 101001 0 100001 0 10000100 1100100 1001111

Color Harmonies of #96FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFAB

Black with #96FFAB

Text Example


Text Example

White with #96FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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