#9CFDBE

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

Shades of Magic Mint #9CFDBE

Tints of Magic Mint #9CFDBE

Color information

#9CFDBE (or 0x9CFDBE) is unknown color: approx Magic Mint. HEX triplet: 9C, FD and BE. RGB value is (156,253,190). Sum of RGB (Red+Green+Blue) = 156+253+190=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDBE is #630241. Grayscale: #D8D8D8. Windows color (decimal): -6488642 or 12516764. OLE color: 12516764.

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

Color convert

RGB156253190-
CMYK0.3800.250.01
HSL141.03º96.04%80.2%-
HSV(B)141.03º38.34%99.22%-
XYZ58.1381.0461.29-
YUV216.82112.8684.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.04%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=26.04%
G=42.24%
B=31.72%

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
Decimal1562531900.3800.250.01141.0396.0480.2
Hex9CFDBE2601918d6050
Octal234375276460311215140120
Binary10011100111111011011111010011001100111000110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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