#9DFFE5

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

Shades of Magic Mint #9DFFE5

Tints of Magic Mint #9DFFE5

Color information

#9DFFE5 (or 0x9DFFE5) is unknown color: approx Magic Mint. HEX triplet: 9D, FF and E5. RGB value is (157,255,229). Sum of RGB (Red+Green+Blue) = 157+255+229=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFE5 is #62001A. Grayscale: #DEDEDE. Windows color (decimal): -6422555 or 15073181. OLE color: 15073181.

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

Color convert

RGB157255229-
CMYK0.3800.100
HSL164.08º100%80.78%-
HSV(B)164.08º38.43%100%-
XYZ63.8184.3587.05-
YUV222.73131.5381.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.49%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=24.49%
G=39.78%
B=35.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552290.3800.100164.0810080.78
Hex9DFFE5260A0a46451
Octal235377345460120244144121
Binary1001110111111111111001011001100101001010010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,229); }

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

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

 a { background-color: rgb(157,255,229); }

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

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

 span { border-color: rgb(157,255,229); }

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