#9EF0BC

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

Shades of Magic Mint #9EF0BC

Tints of Magic Mint #9EF0BC

Color information

#9EF0BC (or 0x9EF0BC) is unknown color: approx Magic Mint. HEX triplet: 9E, F0 and BC. RGB value is (158,240,188). Sum of RGB (Red+Green+Blue) = 158+240+188=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF0BC is #610F43. Grayscale: #D1D1D1. Windows color (decimal): -6360900 or 12382366. OLE color: 12382366.

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

Color convert

RGB158240188-
CMYK0.3400.220.06
HSL141.95º73.21%78.04%-
HSV(B)141.95º34.17%94.12%-
XYZ54.3473.2258.85-
YUV209.55115.8391.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=26.96%
G=40.96%
B=32.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582401880.3400.220.06141.9573.2178.04
Hex9EF0BC2201668e494e
Octal236360274420266216111116
Binary1001111011110000101111001000100101101101000111010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,240,188); }

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

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

 a { background-color: rgb(158,240,188); }

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

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

 span { border-color: rgb(158,240,188); }

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