#9CEDCE

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

Shades of Magic Mint #9CEDCE

Tints of Magic Mint #9CEDCE

Color information

#9CEDCE (or 0x9CEDCE) is unknown color: approx Magic Mint. HEX triplet: 9C, ED and CE. RGB value is (156,237,206). Sum of RGB (Red+Green+Blue) = 156+237+206=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDCE is #631231. Grayscale: #D1D1D1. Windows color (decimal): -6492722 or 13561244. OLE color: 13561244.

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

Color convert

RGB156237206-
CMYK0.3400.130.07
HSL157.04º69.23%77.06%-
HSV(B)157.04º34.18%92.94%-
XYZ55.1472.0969.4-
YUV209.25126.1690.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.04%
GREEN value IS 237 (92.97% from 255) = 39.57%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=26.04%
G=39.57%
B=34.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372060.3400.130.07157.0469.2377.06
Hex9CEDCE220D79d454d
Octal234355316420157235105115
Binary100111001110110111001110100010011011111001110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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