#9CEDD6

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

Shades of Magic Mint #9CEDD6

Tints of Magic Mint #9CEDD6

Color information

#9CEDD6 (or 0x9CEDD6) is unknown color: approx Magic Mint. HEX triplet: 9C, ED and D6. RGB value is (156,237,214). Sum of RGB (Red+Green+Blue) = 156+237+214=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDD6 is #631229. Grayscale: #D2D2D2. Windows color (decimal): -6492714 or 14085532. OLE color: 14085532.

HSL color Cylindrical-coordinate representation of color #9CEDD6: hue angle of 162.96º 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 #9CEDD6 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB156237214-
CMYK0.3400.100.07
HSL162.96º69.23%77.06%-
HSV(B)162.96º34.18%92.94%-
XYZ56.1372.4974.65-
YUV210.16130.1689.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.70%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=25.70%
G=39.04%
B=35.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372140.3400.100.07162.9669.2377.06
Hex9CEDD6220A7a3454d
Octal234355326420127243105115
Binary100111001110110111010110100010010101111010001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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