#9DF1CD

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

Shades of Magic Mint #9DF1CD

Tints of Magic Mint #9DF1CD

Color information

#9DF1CD (or 0x9DF1CD) is unknown color: approx Magic Mint. HEX triplet: 9D, F1 and CD. RGB value is (157,241,205). Sum of RGB (Red+Green+Blue) = 157+241+205=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1CD is #620E32. Grayscale: #D3D3D3. Windows color (decimal): -6426163 or 13496733. OLE color: 13496733.

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

Color convert

RGB157241205-
CMYK0.3500.150.05
HSL154.29º75%78.04%-
HSV(B)154.29º34.85%94.51%-
XYZ56.3874.4969.16-
YUV211.78124.1788.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.04%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=26.04%
G=39.97%
B=34.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572412050.3500.150.05154.297578.04
Hex9DF1CD230F59a4b4e
Octal235361315430175232113116
Binary100111011111000111001101100011011111011001101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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