Html Css Color HEX #96FDB0 Mint Green

📋 copy color: '#96FDB0'

red 150 ◦ green 253 ◦ blue 176

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

Shades of Mint Green #96FDB0

Tints of Mint Green #96FDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.4%

R = 25.91%
G = 43.7%
B = 30.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#96FDB0 (or 0x96FDB0) is known color: Mint Green. HEX triplet: 96, FD and B0. RGB value is (150,253,176). Sum of RGB (Red+Green+Blue) = 150+253+176=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FDB0 is #69024F. Grayscale: #D5D5D5. Windows color (decimal): -6881872 or 11599254. OLE color: 11599254.

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

Color convert

RGB 150 253 176 -
CMYK 0.41 0 0.30 0.01
HSL 135.15º 0.96% 0.79% -
HSV(B) 135.15º 0.41% 0.99% -
XYZ 55.54 79.87 53.56 -
YUV 213.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 150 253 176 0.41 0 0.30 0.01 135.15 0.96 0.79
Hex 96 FD B0 29 0 1E 1 87 60 4F
Octal 226 375 260 51 0 36 1 207 140 117
Binary 10010110 11111101 10110000 101001 0 11110 1 10000111 1100000 1001111

Color Harmonies of #96FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDB0

Black with #96FDB0

Text Example


Text Example

White with #96FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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