#9CEDD0

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

Shades of Magic Mint #9CEDD0

Tints of Magic Mint #9CEDD0

Color information

#9CEDD0 (or 0x9CEDD0) is unknown color: approx Magic Mint. HEX triplet: 9C, ED and D0. RGB value is (156,237,208). Sum of RGB (Red+Green+Blue) = 156+237+208=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDD0 is #63122F. Grayscale: #D1D1D1. Windows color (decimal): -6492720 or 13692316. OLE color: 13692316.

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

Color convert

RGB156237208-
CMYK0.3400.120.07
HSL158.52º69.23%77.06%-
HSV(B)158.52º34.18%92.94%-
XYZ55.3872.1970.69-
YUV209.48127.1689.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.96%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=25.96%
G=39.43%
B=34.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372080.3400.120.07158.5269.2377.06
Hex9CEDD0220C79f454d
Octal234355320420147237105115
Binary100111001110110111010000100010011001111001111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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