#9EF3BF

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

Shades of Magic Mint #9EF3BF

Tints of Magic Mint #9EF3BF

Color information

#9EF3BF (or 0x9EF3BF) is unknown color: approx Magic Mint. HEX triplet: 9E, F3 and BF. RGB value is (158,243,191). Sum of RGB (Red+Green+Blue) = 158+243+191=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF3BF is #610C40. Grayscale: #D3D3D3. Windows color (decimal): -6360129 or 12579742. OLE color: 12579742.

HSL color Cylindrical-coordinate representation of color #9EF3BF: hue angle of 143.29º 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 #9EF3BF is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB158243191-
CMYK0.3500.210.05
HSL143.29º77.98%78.63%-
HSV(B)143.29º34.98%95.29%-
XYZ55.5675.1360.86-
YUV211.66116.3489.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.69%
GREEN value IS 243 (95.31% from 255) = 41.05%
BLUE value IS 191 (75% from 255) = 32.26%
R=26.69%
G=41.05%
B=32.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582431910.3500.210.05143.2977.9878.63
Hex9EF3BF2301558f4e4f
Octal236363277430255217116117
Binary1001111011110011101111111000110101011011000111110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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