#9CEDD3

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

Shades of Magic Mint #9CEDD3

Tints of Magic Mint #9CEDD3

Color information

#9CEDD3 (or 0x9CEDD3) is unknown color: approx Magic Mint. HEX triplet: 9C, ED and D3. RGB value is (156,237,211). Sum of RGB (Red+Green+Blue) = 156+237+211=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDD3 is #63122C. Grayscale: #D1D1D1. Windows color (decimal): -6492717 or 13888924. OLE color: 13888924.

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

Color convert

RGB156237211-
CMYK0.3400.110.07
HSL160.74º69.23%77.06%-
HSV(B)160.74º34.18%92.94%-
XYZ55.7572.3472.65-
YUV209.82128.6689.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.83%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=25.83%
G=39.24%
B=34.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372110.3400.110.07160.7469.2377.06
Hex9CEDD3220B7a1454d
Octal234355323420137241105115
Binary100111001110110111010011100010010111111010000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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