#9CEDCB

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

Shades of Magic Mint #9CEDCB

Tints of Magic Mint #9CEDCB

Color information

#9CEDCB (or 0x9CEDCB) is unknown color: approx Magic Mint. HEX triplet: 9C, ED and CB. RGB value is (156,237,203). Sum of RGB (Red+Green+Blue) = 156+237+203=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDCB is #631234. Grayscale: #D0D0D0. Windows color (decimal): -6492725 or 13364636. OLE color: 13364636.

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

Color convert

RGB156237203-
CMYK0.3400.140.07
HSL154.81º69.23%77.06%-
HSV(B)154.81º34.18%92.94%-
XYZ54.7771.9567.5-
YUV208.9124.6690.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 237 (92.97% from 255) = 39.77%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=26.17%
G=39.77%
B=34.06%

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
Decimal1562372030.3400.140.07154.8169.2377.06
Hex9CEDCB220E79b454d
Octal234355313420167233105115
Binary100111001110110111001011100010011101111001101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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