#9FEFC5

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

Shades of Magic Mint #9FEFC5

Tints of Magic Mint #9FEFC5

Color information

#9FEFC5 (or 0x9FEFC5) is unknown color: approx Magic Mint. HEX triplet: 9F, EF and C5. RGB value is (159,239,197). Sum of RGB (Red+Green+Blue) = 159+239+197=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFC5 is #60103A. Grayscale: #D2D2D2. Windows color (decimal): -6295611 or 12971935. OLE color: 12971935.

HSL color Cylindrical-coordinate representation of color #9FEFC5: hue angle of 148.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFC5 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB159239197-
CMYK0.3300.180.06
HSL148.5º71.43%78.04%-
HSV(B)148.5º33.47%93.73%-
XYZ55.2473.1464.03-
YUV210.29120.591.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.72%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=26.72%
G=40.17%
B=33.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592391970.3300.180.06148.571.4378.04
Hex9FEFC521012694474e
Octal237357305410226224107116
Binary1001111111101111110001011000010100101101001010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,197); }

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

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

 a { background-color: rgb(159,239,197); }

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

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

 span { border-color: rgb(159,239,197); }

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