#9EFECE

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

Shades of Magic Mint #9EFECE

Tints of Magic Mint #9EFECE

Color information

#9EFECE (or 0x9EFECE) is unknown color: approx Magic Mint. HEX triplet: 9E, FE and CE. RGB value is (158,254,206). Sum of RGB (Red+Green+Blue) = 158+254+206=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFECE is #610131. Grayscale: #DBDBDB. Windows color (decimal): -6357298 or 13565598. OLE color: 13565598.

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

Color convert

RGB158254206-
CMYK0.3800.190.00
HSL150º97.96%80.78%-
HSV(B)150º37.8%99.61%-
XYZ60.6882.6171.14-
YUV219.82120.283.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 254 (99.61% from 255) = 41.10%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=25.57%
G=41.10%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582542060.3800.190.0015097.9680.78
Hex9EFECE260130966251
Octal236376316460230226142121
Binary10011110111111101100111010011001001101001011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,254,206); }

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

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

 a { background-color: rgb(158,254,206); }

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

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

 span { border-color: rgb(158,254,206); }

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