#9DE2C7

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

Shades of Magic Mint #9DE2C7

Tints of Magic Mint #9DE2C7

Color information

#9DE2C7 (or 0x9DE2C7) is unknown color: approx Magic Mint. HEX triplet: 9D, E2 and C7. RGB value is (157,226,199). Sum of RGB (Red+Green+Blue) = 157+226+199=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE2C7 is #621D38. Grayscale: #CACACA. Windows color (decimal): -6430009 or 13099677. OLE color: 13099677.

HSL color Cylindrical-coordinate representation of color #9DE2C7: hue angle of 156.52º degrees, saturation: 0.54, 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 #9DE2C7 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB157226199-
CMYK0.3100.120.11
HSL156.52º54.33%75.1%-
HSV(B)156.52º30.53%88.63%-
XYZ51.4165.6864-
YUV202.29126.1495.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 226 (88.67% from 255) = 38.83%
BLUE value IS 199 (78.12% from 255) = 34.19%
R=26.98%
G=38.83%
B=34.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572261990.3100.120.11156.5254.3375.1
Hex9DE2C71F0CB9d364b
Octal235342307370141323566113
Binary10011101111000101100011111111011001011100111011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,226,199); }

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

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

 a { background-color: rgb(157,226,199); }

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

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

 span { border-color: rgb(157,226,199); }

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