#9CEDCD

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

Shades of Magic Mint #9CEDCD

Tints of Magic Mint #9CEDCD

Color information

#9CEDCD (or 0x9CEDCD) is unknown color: approx Magic Mint. HEX triplet: 9C, ED and CD. RGB value is (156,237,205). Sum of RGB (Red+Green+Blue) = 156+237+205=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDCD is #631232. Grayscale: #D1D1D1. Windows color (decimal): -6492723 or 13495708. OLE color: 13495708.

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

Color convert

RGB156237205-
CMYK0.3400.140.07
HSL156.3º69.23%77.06%-
HSV(B)156.3º34.18%92.94%-
XYZ55.0172.0468.76-
YUV209.13125.6690.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.09%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=26.09%
G=39.63%
B=34.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372050.3400.140.07156.369.2377.06
Hex9CEDCD220E79c454d
Octal234355315420167234105115
Binary100111001110110111001101100010011101111001110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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