#9EF3CE

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

Shades of Magic Mint #9EF3CE

Tints of Magic Mint #9EF3CE

Color information

#9EF3CE (or 0x9EF3CE) is unknown color: approx Magic Mint. HEX triplet: 9E, F3 and CE. RGB value is (158,243,206). Sum of RGB (Red+Green+Blue) = 158+243+206=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF3CE is #610C31. Grayscale: #D5D5D5. Windows color (decimal): -6360114 or 13562782. OLE color: 13562782.

HSL color Cylindrical-coordinate representation of color #9EF3CE: hue angle of 153.88º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF3CE is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB158243206-
CMYK0.3500.150.05
HSL153.88º77.98%78.63%-
HSV(B)153.88º34.98%95.29%-
XYZ57.2975.8370.01-
YUV213.37123.8488.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.03%
GREEN value IS 243 (95.31% from 255) = 40.03%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=26.03%
G=40.03%
B=33.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582432060.3500.150.05153.8877.9878.63
Hex9EF3CE230F59a4e4f
Octal236363316430175232116117
Binary100111101111001111001110100011011111011001101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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