#9FEEC8

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

Shades of Magic Mint #9FEEC8

Tints of Magic Mint #9FEEC8

Color information

#9FEEC8 (or 0x9FEEC8) is unknown color: approx Magic Mint. HEX triplet: 9F, EE and C8. RGB value is (159,238,200). Sum of RGB (Red+Green+Blue) = 159+238+200=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEC8 is #601137. Grayscale: #D2D2D2. Windows color (decimal): -6295864 or 13168287. OLE color: 13168287.

HSL color Cylindrical-coordinate representation of color #9FEEC8: hue angle of 151.14º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEEC8 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB159238200-
CMYK0.3300.160.07
HSL151.14º69.91%77.84%-
HSV(B)151.14º33.19%93.33%-
XYZ55.372.6965.76-
YUV210.05122.3391.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.63%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 200 (78.52% from 255) = 33.50%
R=26.63%
G=39.87%
B=33.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592382000.3300.160.07151.1469.9177.84
Hex9FEEC821010797464e
Octal237356310410207227106116
Binary1001111111101110110010001000010100001111001011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,238,200); }

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

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

 a { background-color: rgb(159,238,200); }

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

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

 span { border-color: rgb(159,238,200); }

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