#9CEDC3

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

Shades of Magic Mint #9CEDC3

Tints of Magic Mint #9CEDC3

Color information

#9CEDC3 (or 0x9CEDC3) is unknown color: approx Magic Mint. HEX triplet: 9C, ED and C3. RGB value is (156,237,195). Sum of RGB (Red+Green+Blue) = 156+237+195=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDC3 is #63123C. Grayscale: #D0D0D0. Windows color (decimal): -6492733 or 12840348. OLE color: 12840348.

HSL color Cylindrical-coordinate representation of color #9CEDC3: hue angle of 148.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEDC3 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB156237195-
CMYK0.3400.180.07
HSL148.89º69.23%77.06%-
HSV(B)148.89º34.18%92.94%-
XYZ53.8471.5862.61-
YUV207.99120.6690.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.53%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=26.53%
G=40.31%
B=33.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562371950.3400.180.07148.8969.2377.06
Hex9CEDC322012795454d
Octal234355303420227225105115
Binary1001110011101101110000111000100100101111001010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,237,195); }

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

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

 a { background-color: rgb(156,237,195); }

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

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

 span { border-color: rgb(156,237,195); }

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