#9EF1BD

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

Shades of Magic Mint #9EF1BD

Tints of Magic Mint #9EF1BD

Color information

#9EF1BD (or 0x9EF1BD) is unknown color: approx Magic Mint. HEX triplet: 9E, F1 and BD. RGB value is (158,241,189). Sum of RGB (Red+Green+Blue) = 158+241+189=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1BD is #610E42. Grayscale: #D2D2D2. Windows color (decimal): -6360643 or 12448158. OLE color: 12448158.

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

Color convert

RGB158241189-
CMYK0.3400.220.05
HSL142.41º74.77%78.24%-
HSV(B)142.41º34.44%94.51%-
XYZ54.7473.8559.51-
YUV210.2511690.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 241 (94.53% from 255) = 40.99%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=26.87%
G=40.99%
B=32.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582411890.3400.220.05142.4174.7778.24
Hex9EF1BD2201658e4b4e
Octal236361275420265216113116
Binary1001111011110001101111011000100101101011000111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,241,189); }

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

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

 a { background-color: rgb(158,241,189); }

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

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

 span { border-color: rgb(158,241,189); }

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