#9DF2C6

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

Shades of Magic Mint #9DF2C6

Tints of Magic Mint #9DF2C6

Color information

#9DF2C6 (or 0x9DF2C6) is unknown color: approx Magic Mint. HEX triplet: 9D, F2 and C6. RGB value is (157,242,198). Sum of RGB (Red+Green+Blue) = 157+242+198=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF2C6 is #620D39. Grayscale: #D3D3D3. Windows color (decimal): -6425914 or 13038237. OLE color: 13038237.

HSL color Cylindrical-coordinate representation of color #9DF2C6: hue angle of 148.94º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF2C6 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB157242198-
CMYK0.3500.180.05
HSL148.94º76.58%78.24%-
HSV(B)148.94º35.12%94.9%-
XYZ55.8574.7564.91-
YUV211.57120.3489.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.30%
GREEN value IS 242 (94.92% from 255) = 40.54%
BLUE value IS 198 (77.73% from 255) = 33.17%
R=26.30%
G=40.54%
B=33.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572421980.3500.180.05148.9476.5878.24
Hex9DF2C6230125954d4e
Octal235362306430225225115116
Binary1001110111110010110001101000110100101011001010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,242,198); }

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

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

 a { background-color: rgb(157,242,198); }

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

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

 span { border-color: rgb(157,242,198); }

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