#96F7BF

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

Shades of Magic Mint #96F7BF

Tints of Magic Mint #96F7BF

Color information

#96F7BF (or 0x96F7BF) is unknown color: approx Magic Mint. HEX triplet: 96, F7 and BF. RGB value is (150,247,191). Sum of RGB (Red+Green+Blue) = 150+247+191=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7BF is #690840. Grayscale: #D3D3D3. Windows color (decimal): -6883393 or 12580758. OLE color: 12580758.

HSL color Cylindrical-coordinate representation of color #96F7BF: hue angle of 145.36º 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 #96F7BF is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB150247191-
CMYK0.3900.230.03
HSL145.36º85.84%77.84%-
HSV(B)145.36º39.27%96.86%-
XYZ55.2476.7761.2-
YUV211.61116.3684.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.51%
GREEN value IS 247 (96.88% from 255) = 42.01%
BLUE value IS 191 (75% from 255) = 32.48%
R=25.51%
G=42.01%
B=32.48%

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
Decimal1502471910.3900.230.03145.3685.8477.84
Hex96F7BF27017391564e
Octal226367277470273221126116
Binary100101101111011110111111100111010111111001000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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