#9CFAC0

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

Shades of Magic Mint #9CFAC0

Tints of Magic Mint #9CFAC0

Color information

#9CFAC0 (or 0x9CFAC0) is unknown color: approx Magic Mint. HEX triplet: 9C, FA and C0. RGB value is (156,250,192). Sum of RGB (Red+Green+Blue) = 156+250+192=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAC0 is #63053F. Grayscale: #D7D7D7. Windows color (decimal): -6489408 or 12647068. OLE color: 12647068.

HSL color Cylindrical-coordinate representation of color #9CFAC0: hue angle of 142.98º degrees, saturation: 0.9, 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 #9CFAC0 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB156250192-
CMYK0.3800.230.02
HSL142.98º90.38%79.61%-
HSV(B)142.98º37.6%98.04%-
XYZ57.4179.2462.14-
YUV215.28114.8685.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.09%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 192 (75.39% from 255) = 32.11%
R=26.09%
G=41.81%
B=32.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562501920.3800.230.02142.9890.3879.61
Hex9CFAC02601728f5a50
Octal234372300460272217132120
Binary100111001111101011000000100110010111101000111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,250,192); }

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

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

 a { background-color: rgb(156,250,192); }

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

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

 span { border-color: rgb(156,250,192); }

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