#9FE8C8

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

Shades of Magic Mint #9FE8C8

Tints of Magic Mint #9FE8C8

Color information

#9FE8C8 (or 0x9FE8C8) is unknown color: approx Magic Mint. HEX triplet: 9F, E8 and C8. RGB value is (159,232,200). Sum of RGB (Red+Green+Blue) = 159+232+200=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8C8 is #601737. Grayscale: #CECECE. Windows color (decimal): -6297400 or 13166751. OLE color: 13166751.

HSL color Cylindrical-coordinate representation of color #9FE8C8: hue angle of 153.7º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8C8 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB159232200-
CMYK0.3100.140.09
HSL153.7º61.34%76.67%-
HSV(B)153.7º31.47%90.98%-
XYZ53.5869.2565.19-
YUV206.52124.3294.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.90%
GREEN value IS 232 (91.02% from 255) = 39.26%
BLUE value IS 200 (78.52% from 255) = 33.84%
R=26.90%
G=39.26%
B=33.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592322000.3100.140.09153.761.3476.67
Hex9FE8C81F0E99a3d4d
Octal237350310370161123275115
Binary10011111111010001100100011111011101001100110101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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