#96FFB8

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

Shades of Magic Mint #96FFB8

Tints of Magic Mint #96FFB8

Color information

#96FFB8 (or 0x96FFB8) is unknown color: approx Magic Mint. HEX triplet: 96, FF and B8. RGB value is (150,255,184). Sum of RGB (Red+Green+Blue) = 150+255+184=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFB8 is #690047. Grayscale: #D7D7D7. Windows color (decimal): -6881352 or 12124054. OLE color: 12124054.

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

Color convert

RGB150255184-
CMYK0.4100.280
HSL139.43º100%79.41%-
HSV(B)139.43º41.18%100%-
XYZ56.9981.4658.07-
YUV215.51110.2181.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.47%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=25.47%
G=43.29%
B=31.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551840.4100.280139.4310079.41
Hex96FFB82901C08b644f
Octal226377270510340213144117
Binary10010110111111111011100010100101110001000101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,255,184); }

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

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

 a { background-color: rgb(150,255,184); }

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

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

 span { border-color: rgb(150,255,184); }

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