#9DE4C4

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

Shades of Magic Mint #9DE4C4

Tints of Magic Mint #9DE4C4

Color information

#9DE4C4 (or 0x9DE4C4) is unknown color: approx Magic Mint. HEX triplet: 9D, E4 and C4. RGB value is (157,228,196). Sum of RGB (Red+Green+Blue) = 157+228+196=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4C4 is #621B3B. Grayscale: #CBCBCB. Windows color (decimal): -6429500 or 12903581. OLE color: 12903581.

HSL color Cylindrical-coordinate representation of color #9DE4C4: hue angle of 152.96º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4C4 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB157228196-
CMYK0.3100.140.11
HSL152.96º56.8%75.49%-
HSV(B)152.96º31.14%89.41%-
XYZ51.6166.6462.37-
YUV203.12123.9895.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 196 (76.95% from 255) = 33.73%
R=27.02%
G=39.24%
B=33.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572281960.3100.140.11152.9656.875.49
Hex9DE4C41F0EB99394b
Octal235344304370161323171113
Binary10011101111001001100010011111011101011100110011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,196); }

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

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

 a { background-color: rgb(157,228,196); }

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

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

 span { border-color: rgb(157,228,196); }

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