#96FEB6

Color #96FEB6 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #96FEB6

Tints of Mint Green #96FEB6

Color information

#96FEB6 (or 0x96FEB6) is unknown color: approx Mint Green. HEX triplet: 96, FE and B6. RGB value is (150,254,182). Sum of RGB (Red+Green+Blue) = 150+254+182=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEB6 is #690149. Grayscale: #D6D6D6. Windows color (decimal): -6881610 or 11992726. OLE color: 11992726.

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

Color convert

RGB150254182-
CMYK0.4100.280.00
HSL138.46º98.11%79.22%-
HSV(B)138.46º40.94%99.61%-
XYZ56.4680.7556.87-
YUV214.7109.5481.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.60%
GREEN value IS 254 (99.61% from 255) = 43.34%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=25.60%
G=43.34%
B=31.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502541820.4100.280.00138.4698.1179.22
Hex96FEB62901C08a624f
Octal226376266510340212142117
Binary10010110111111101011011010100101110001000101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,254,182); }

 H1.HeaderClassName
 {
   color: #96FEB6;
 }
 .AnyTagClassName
 {
   color: #96FEB6;
 }
</style>
background-color css

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

 a { background-color: rgb(150,254,182); }

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

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

 span { border-color: rgb(150,254,182); }

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