#9DE9C2

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

Shades of Magic Mint #9DE9C2

Tints of Magic Mint #9DE9C2

Color information

#9DE9C2 (or 0x9DE9C2) is unknown color: approx Magic Mint. HEX triplet: 9D, E9 and C2. RGB value is (157,233,194). Sum of RGB (Red+Green+Blue) = 157+233+194=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9C2 is #62163D. Grayscale: #CDCDCD. Windows color (decimal): -6428222 or 12773789. OLE color: 12773789.

HSL color Cylindrical-coordinate representation of color #9DE9C2: hue angle of 149.21º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9C2 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB157233194-
CMYK0.3300.170.09
HSL149.21º63.33%76.47%-
HSV(B)149.21º32.62%91.37%-
XYZ52.7869.3461.64-
YUV205.83121.3293.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 233 (91.41% from 255) = 39.90%
BLUE value IS 194 (76.17% from 255) = 33.22%
R=26.88%
G=39.90%
B=33.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331940.3300.170.09149.2163.3376.47
Hex9DE9C2210119953f4c
Octal235351302410211122577114
Binary1001110111101001110000101000010100011001100101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,233,194); }

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

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

 a { background-color: rgb(157,233,194); }

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

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

 span { border-color: rgb(157,233,194); }

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