#9DECBE

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

Shades of Magic Mint #9DECBE

Tints of Magic Mint #9DECBE

Color information

#9DECBE (or 0x9DECBE) is unknown color: approx Magic Mint. HEX triplet: 9D, EC and BE. RGB value is (157,236,190). Sum of RGB (Red+Green+Blue) = 157+236+190=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECBE is #621341. Grayscale: #CFCFCF. Windows color (decimal): -6427458 or 12512413. OLE color: 12512413.

HSL color Cylindrical-coordinate representation of color #9DECBE: hue angle of 145.06º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECBE is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB157236190-
CMYK0.3300.190.07
HSL145.06º67.52%77.06%-
HSV(B)145.06º33.47%92.55%-
XYZ53.1970.8859.59-
YUV207.13118.3392.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=26.93%
G=40.48%
B=32.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572361900.3300.190.07145.0667.5277.06
Hex9DECBE21013791444d
Octal235354276410237221104115
Binary1001110111101100101111101000010100111111001000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,236,190); }

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

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

 a { background-color: rgb(157,236,190); }

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

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

 span { border-color: rgb(157,236,190); }

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