#96FFC9

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

Shades of Magic Mint #96FFC9

Tints of Magic Mint #96FFC9

Color information

#96FFC9 (or 0x96FFC9) is unknown color: approx Magic Mint. HEX triplet: 96, FF and C9. RGB value is (150,255,201). Sum of RGB (Red+Green+Blue) = 150+255+201=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFC9 is #690036. Grayscale: #D9D9D9. Windows color (decimal): -6881335 or 13238166. OLE color: 13238166.

HSL color Cylindrical-coordinate representation of color #96FFC9: hue angle of 149.14º 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 #96FFC9 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB150255201-
CMYK0.4100.210
HSL149.14º100%79.41%-
HSV(B)149.14º41.18%100%-
XYZ58.8882.2268.03-
YUV217.45118.7179.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.75%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 201 (78.91% from 255) = 33.17%
R=24.75%
G=42.08%
B=33.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502552010.4100.210149.1410079.41
Hex96FFC929015095644f
Octal226377311510250225144117
Binary10010110111111111100100110100101010101001010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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