#9DFEBF

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

Shades of Magic Mint #9DFEBF

Tints of Magic Mint #9DFEBF

Color information

#9DFEBF (or 0x9DFEBF) is unknown color: approx Magic Mint. HEX triplet: 9D, FE and BF. RGB value is (157,254,191). Sum of RGB (Red+Green+Blue) = 157+254+191=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFEBF is #620140. Grayscale: #D9D9D9. Windows color (decimal): -6422849 or 12582557. OLE color: 12582557.

HSL color Cylindrical-coordinate representation of color #9DFEBF: hue angle of 141.03º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEBF is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB157254191-
CMYK0.3800.250.00
HSL141.03º97.98%80.59%-
HSV(B)141.03º38.19%99.61%-
XYZ58.7581.8161.99-
YUV217.82112.8684.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 254 (99.61% from 255) = 42.19%
BLUE value IS 191 (75% from 255) = 31.73%
R=26.08%
G=42.19%
B=31.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572541910.3800.250.00141.0397.9880.59
Hex9DFEBF2601908d6251
Octal235376277460310215142121
Binary10011101111111101011111110011001100101000110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,254,191); }

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

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

 a { background-color: rgb(157,254,191); }

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

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

 span { border-color: rgb(157,254,191); }

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