#9CFED7

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

Shades of Magic Mint #9CFED7

Tints of Magic Mint #9CFED7

Color information

#9CFED7 (or 0x9CFED7) is unknown color: approx Magic Mint. HEX triplet: 9C, FE and D7. RGB value is (156,254,215). Sum of RGB (Red+Green+Blue) = 156+254+215=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFED7 is #630128. Grayscale: #DCDCDC. Windows color (decimal): -6488361 or 14155420. OLE color: 14155420.

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

Color convert

RGB156254215-
CMYK0.3900.150.00
HSL156.12º98%80.39%-
HSV(B)156.12º38.58%99.61%-
XYZ61.4282.8677.05-
YUV220.25125.0382.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.96%
GREEN value IS 254 (99.61% from 255) = 40.64%
BLUE value IS 215 (84.38% from 255) = 34.4%
R=24.96%
G=40.64%
B=34.4%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562542150.3900.150.00156.129880.39
Hex9CFED7270F09c6250
Octal234376327470170234142120
Binary1001110011111110110101111001110111101001110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,254,215); }

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

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

 a { background-color: rgb(156,254,215); }

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

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

 span { border-color: rgb(156,254,215); }

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