#9DF1D2

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

Shades of Magic Mint #9DF1D2

Tints of Magic Mint #9DF1D2

Color information

#9DF1D2 (or 0x9DF1D2) is unknown color: approx Magic Mint. HEX triplet: 9D, F1 and D2. RGB value is (157,241,210). Sum of RGB (Red+Green+Blue) = 157+241+210=608 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.82% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1D2 is #620E2D. Grayscale: #D4D4D4. Windows color (decimal): -6426158 or 13824413. OLE color: 13824413.

HSL color Cylindrical-coordinate representation of color #9DF1D2: hue angle of 157.86º degrees, saturation: 0.75, 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 #9DF1D2 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB157241210-
CMYK0.3500.130.05
HSL157.86º75%78.04%-
HSV(B)157.86º34.85%94.51%-
XYZ56.9974.7372.39-
YUV212.35126.6788.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.82%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 210 (82.42% from 255) = 34.54%
R=25.82%
G=39.64%
B=34.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572412100.3500.130.05157.867578.04
Hex9DF1D2230D59e4b4e
Octal235361322430155236113116
Binary100111011111000111010010100011011011011001111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,241,210); }

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

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

 a { background-color: rgb(157,241,210); }

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

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

 span { border-color: rgb(157,241,210); }

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