#9eeabf

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

Shades of Magic Mint #9EEABF

Tints of Magic Mint #9EEABF

Color information

#9EEABF (or 0x9EEABF) is unknown color: approx Magic Mint. HEX triplet: 9E, EA and BF. RGB value is (158,234,191). Sum of RGB (Red+Green+Blue) = 158+234+191=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEABF is #611540. Grayscale: #CECECE. Windows color (decimal): -6362433 or 12577438. OLE color: 12577438.

HSL color Cylindrical-coordinate representation of color #9EEABF: hue angle of 146.05º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEABF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB158234191-
CMYK0.3200.180.08
HSL146.05º64.41%76.86%-
HSV(B)146.05º32.48%91.76%-
XYZ52.9369.8859.99-
YUV206.37119.3293.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.10%
GREEN value IS 234 (91.80% from 255) = 40.14%
BLUE value IS 191 (75% from 255) = 32.76%
R=27.10%
G=40.14%
B=32.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582341910.3200.180.08146.0564.4176.86
Hex9EEABF20012892404d
Octal2363522774002210222100115
Binary10011110111010101011111110000001001010001001001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eeabf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,234,191); }

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

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

 a { background-color: rgb(158,234,191); }

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

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

 span { border-color: rgb(158,234,191); }

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