#9CFBC3

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

Shades of Magic Mint #9CFBC3

Tints of Magic Mint #9CFBC3

Color information

#9CFBC3 (or 0x9CFBC3) is unknown color: approx Magic Mint. HEX triplet: 9C, FB and C3. RGB value is (156,251,195). Sum of RGB (Red+Green+Blue) = 156+251+195=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBC3 is #63043C. Grayscale: #D8D8D8. Windows color (decimal): -6489149 or 12843932. OLE color: 12843932.

HSL color Cylindrical-coordinate representation of color #9CFBC3: hue angle of 144.63º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBC3 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB156251195-
CMYK0.3800.220.02
HSL144.63º92.23%79.8%-
HSV(B)144.63º37.85%98.43%-
XYZ58.068064.01-
YUV216.21116.0385.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.91%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=25.91%
G=41.69%
B=32.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562511950.3800.220.02144.6392.2379.8
Hex9CFBC3260162915c50
Octal234373303460262221134120
Binary100111001111101111000011100110010110101001000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CFBC3; }

 p { color: rgb(156,251,195); }

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

<style>
 a { background-color: #9CFBC3; }

 a { background-color: rgb(156,251,195); }

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

<style>
 span { border-color: #9CFBC3; }

 span { border-color: rgb(156,251,195); }

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