Html Css Color HEX #96FDAB Mint Green

📋 copy color: '#96FDAB'

red 150 ◦ green 253 ◦ blue 171

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

Shades of Mint Green #96FDAB

Tints of Mint Green #96FDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.08%

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

R = 26.13%
G = 44.08%
B = 29.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#96FDAB (or 0x96FDAB) is known color: Mint Green. HEX triplet: 96, FD and AB. RGB value is (150,253,171). Sum of RGB (Red+Green+Blue) = 150+253+171=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FDAB is #690254. Grayscale: #D5D5D5. Windows color (decimal): -6881877 or 11271574. OLE color: 11271574.

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

Color convert

RGB 150 253 171 -
CMYK 0.41 0 0.32 0.01
HSL 132.23º 0.96% 0.79% -
HSV(B) 132.23º 0.41% 0.99% -
XYZ 55.05 79.67 51.01 -
YUV 212.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 150 253 171 0.41 0 0.32 0.01 132.23 0.96 0.79
Hex 96 FD AB 29 0 20 1 84 60 4F
Octal 226 375 253 51 0 40 1 204 140 117
Binary 10010110 11111101 10101011 101001 0 100000 1 10000100 1100000 1001111

Color Harmonies of #96FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDAB

Black with #96FDAB

Text Example


Text Example

White with #96FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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