#9CFDBA

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

Shades of Magic Mint #9CFDBA

Tints of Magic Mint #9CFDBA

Color information

#9CFDBA (or 0x9CFDBA) is unknown color: approx Magic Mint. HEX triplet: 9C, FD and BA. RGB value is (156,253,186). Sum of RGB (Red+Green+Blue) = 156+253+186=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDBA is #630245. Grayscale: #D8D8D8. Windows color (decimal): -6488646 or 12254620. OLE color: 12254620.

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

Color convert

RGB156253186-
CMYK0.3800.260.01
HSL138.56º96.04%80.2%-
HSV(B)138.56º38.34%99.22%-
XYZ57.780.8659.02-
YUV216.36110.8684.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.22%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=26.22%
G=42.52%
B=31.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562531860.3800.260.01138.5696.0480.2
Hex9CFDBA2601A18b6050
Octal234375272460321213140120
Binary10011100111111011011101010011001101011000101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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