#96F2BD

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

Shades of Magic Mint #96F2BD

Tints of Magic Mint #96F2BD

Color information

#96F2BD (or 0x96F2BD) is unknown color: approx Magic Mint. HEX triplet: 96, F2 and BD. RGB value is (150,242,189). Sum of RGB (Red+Green+Blue) = 150+242+189=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2BD is #690D42. Grayscale: #D0D0D0. Windows color (decimal): -6884675 or 12448406. OLE color: 12448406.

HSL color Cylindrical-coordinate representation of color #96F2BD: hue angle of 145.43º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2BD is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB150242189-
CMYK0.3800.220.05
HSL145.43º77.97%76.86%-
HSV(B)145.43º38.02%94.9%-
XYZ53.5273.6659.54-
YUV208.45117.0286.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.82%
GREEN value IS 242 (94.92% from 255) = 41.65%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=25.82%
G=41.65%
B=32.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502421890.3800.220.05145.4377.9776.86
Hex96F2BD260165914e4d
Octal226362275460265221116115
Binary1001011011110010101111011001100101101011001000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,242,189); }

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

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

 a { background-color: rgb(150,242,189); }

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

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

 span { border-color: rgb(150,242,189); }

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