#94F7BE

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

Shades of Magic Mint #94F7BE

Tints of Magic Mint #94F7BE

Color information

#94F7BE (or 0x94F7BE) is unknown color: approx Magic Mint. HEX triplet: 94, F7 and BE. RGB value is (148,247,190). Sum of RGB (Red+Green+Blue) = 148+247+190=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7BE is #6B0841. Grayscale: #D3D3D3. Windows color (decimal): -7014466 or 12515220. OLE color: 12515220.

HSL color Cylindrical-coordinate representation of color #94F7BE: hue angle of 145.45º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7BE is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB148247190-
CMYK0.4000.230.03
HSL145.45º86.09%77.45%-
HSV(B)145.45º40.08%96.86%-
XYZ54.7776.5460.6-
YUV210.9116.283.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.30%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=25.30%
G=42.22%
B=32.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482471900.4000.230.03145.4586.0977.45
Hex94F7BE28017391564d
Octal224367276500273221126115
Binary100101001111011110111110101000010111111001000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F7BE; }

 p { color: rgb(148,247,190); }

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

<style>
 a { background-color: #94F7BE; }

 a { background-color: rgb(148,247,190); }

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

<style>
 span { border-color: #94F7BE; }

 span { border-color: rgb(148,247,190); }

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