#9CFDBB

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

Shades of Magic Mint #9CFDBB

Tints of Magic Mint #9CFDBB

Color information

#9CFDBB (or 0x9CFDBB) is unknown color: approx Magic Mint. HEX triplet: 9C, FD and BB. RGB value is (156,253,187). Sum of RGB (Red+Green+Blue) = 156+253+187=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDBB is #630244. Grayscale: #D8D8D8. Windows color (decimal): -6488645 or 12320156. OLE color: 12320156.

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

Color convert

RGB156253187-
CMYK0.3800.260.01
HSL139.18º96.04%80.2%-
HSV(B)139.18º38.34%99.22%-
XYZ57.8180.9159.58-
YUV216.47111.3684.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=26.17%
G=42.45%
B=31.38%

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
Decimal1562531870.3800.260.01139.1896.0480.2
Hex9CFDBB2601A18b6050
Octal234375273460321213140120
Binary10011100111111011011101110011001101011000101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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