#96F7BE

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

Shades of Magic Mint #96F7BE

Tints of Magic Mint #96F7BE

Color information

#96F7BE (or 0x96F7BE) is unknown color: approx Magic Mint. HEX triplet: 96, F7 and BE. RGB value is (150,247,190). Sum of RGB (Red+Green+Blue) = 150+247+190=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7BE is #690841. Grayscale: #D3D3D3. Windows color (decimal): -6883394 or 12515222. OLE color: 12515222.

HSL color Cylindrical-coordinate representation of color #96F7BE: hue angle of 144.74º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7BE is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB150247190-
CMYK0.3900.230.03
HSL144.74º85.84%77.84%-
HSV(B)144.74º39.27%96.86%-
XYZ55.1376.7260.62-
YUV211.5115.8684.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.55%
GREEN value IS 247 (96.88% from 255) = 42.08%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=25.55%
G=42.08%
B=32.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502471900.3900.230.03144.7485.8477.84
Hex96F7BE27017391564e
Octal226367276470273221126116
Binary100101101111011110111110100111010111111001000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,247,190); }

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

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

 a { background-color: rgb(150,247,190); }

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

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

 span { border-color: rgb(150,247,190); }

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