#9FFFE0

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

Shades of Magic Mint #9FFFE0

Tints of Magic Mint #9FFFE0

Color information

#9FFFE0 (or 0x9FFFE0) is unknown color: approx Magic Mint. HEX triplet: 9F, FF and E0. RGB value is (159,255,224). Sum of RGB (Red+Green+Blue) = 159+255+224=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFE0 is #60001F. Grayscale: #DEDEDE. Windows color (decimal): -6291488 or 14745503. OLE color: 14745503.

HSL color Cylindrical-coordinate representation of color #9FFFE0: hue angle of 160.62º 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 #9FFFE0 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB159255224-
CMYK0.3800.120
HSL160.62º100%81.18%-
HSV(B)160.62º37.65%100%-
XYZ63.5184.2783.44-
YUV222.76128.782.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.92%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 224 (87.89% from 255) = 35.11%
R=24.92%
G=39.97%
B=35.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592552240.3800.120160.6210081.18
Hex9FFFE0260C0a16451
Octal237377340460140241144121
Binary1001111111111111111000001001100110001010000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,255,224); }

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

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

 a { background-color: rgb(159,255,224); }

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

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

 span { border-color: rgb(159,255,224); }

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