#9CFDBF

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

Shades of Magic Mint #9CFDBF

Tints of Magic Mint #9CFDBF

Color information

#9CFDBF (or 0x9CFDBF) is unknown color: approx Magic Mint. HEX triplet: 9C, FD and BF. RGB value is (156,253,191). Sum of RGB (Red+Green+Blue) = 156+253+191=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDBF is #630240. Grayscale: #D9D9D9. Windows color (decimal): -6488641 or 12582300. OLE color: 12582300.

HSL color Cylindrical-coordinate representation of color #9CFDBF: hue angle of 141.65º degrees, saturation: 0.96, 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 #9CFDBF is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB156253191-
CMYK0.3800.250.01
HSL141.65º96.04%80.2%-
HSV(B)141.65º38.34%99.22%-
XYZ58.2481.0861.87-
YUV216.93113.3684.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 191 (75% from 255) = 31.83%
R=26%
G=42.17%
B=31.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562531910.3800.250.01141.6596.0480.2
Hex9CFDBF2601918e6050
Octal234375277460311216140120
Binary10011100111111011011111110011001100111000111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,253,191); }

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

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

 a { background-color: rgb(156,253,191); }

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

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

 span { border-color: rgb(156,253,191); }

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