#9CFFC3

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

Shades of Magic Mint #9CFFC3

Tints of Magic Mint #9CFFC3

Color information

#9CFFC3 (or 0x9CFFC3) is unknown color: approx Magic Mint. HEX triplet: 9C, FF and C3. RGB value is (156,255,195). Sum of RGB (Red+Green+Blue) = 156+255+195=606 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.74% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFC3 is #63003C. Grayscale: #DADADA. Windows color (decimal): -6488125 or 12844956. OLE color: 12844956.

HSL color Cylindrical-coordinate representation of color #9CFFC3: hue angle of 143.64º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFC3 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB156255195-
CMYK0.3900.240
HSL143.64º100%80.59%-
HSV(B)143.64º38.82%100%-
XYZ59.3282.5364.43-
YUV218.56114.783.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.74%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 195 (76.56% from 255) = 32.18%
R=25.74%
G=42.08%
B=32.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562551950.3900.240143.6410080.59
Hex9CFFC3270180906451
Octal234377303470300220144121
Binary10011100111111111100001110011101100001001000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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