#9CFCDC

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

Shades of Magic Mint #9CFCDC

Tints of Magic Mint #9CFCDC

Color information

#9CFCDC (or 0x9CFCDC) is unknown color: approx Magic Mint. HEX triplet: 9C, FC and DC. RGB value is (156,252,220). Sum of RGB (Red+Green+Blue) = 156+252+220=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCDC is #630323. Grayscale: #DBDBDB. Windows color (decimal): -6488868 or 14482588. OLE color: 14482588.

HSL color Cylindrical-coordinate representation of color #9CFCDC: hue angle of 160º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCDC is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB156252220-
CMYK0.3800.130.01
HSL160º94.12%80%-
HSV(B)160º38.1%98.82%-
XYZ61.4481.8680.27-
YUV219.65128.282.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.84%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=24.84%
G=40.13%
B=35.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562522200.3800.130.0116094.1280
Hex9CFCDC260D1a05e50
Octal234374334460151240136120
Binary1001110011111100110111001001100110111010000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,252,220); }

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

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

 a { background-color: rgb(156,252,220); }

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

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

 span { border-color: rgb(156,252,220); }

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